{% trans %}You can sign in to your profile using any of the following:{% endtrans %}
{% else %}{{ _("You have no connected accounts.") }}
{% endif %}{% extends "socialaccount/base.html" %} {% block title %}{{ page_title(_("Account Connections")) }}{% endblock %} {% block content %}
{% trans %}You can sign in to your profile using any of the following:{% endtrans %}
{% else %}{{ _("You have no connected accounts.") }}
{% endif %}