{% extends "socialaccount/base.html" %} {% load i18n %} {% block head_title %}{% trans "Account Connections" %}{% endblock %} {% block content %} {% load i18n %} {% trans "Account Details" %}
{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}
{% else %}{% trans 'You currently have no third party accounts connected to this account.' %}
{% endif %}Adding a third party account allows you to log in to this site with it.
{% include "socialaccount/snippets/login_extra.html" %} {% endblock %}