{% extends "allauth_ens/base.html" %} {% load i18n %} {% load socialaccount allauth_ens_social %} {% block title %}{% trans "Account Connections" %}{% endblock %} {% block header-title %}{% trans "Account Connections" %}{% endblock %} {% block content %}

{% if form.accounts %} {% blocktrans %} You can sign in to your account using any of the following third party accounts: {% endblocktrans %} {% else %} {% blocktrans %} You currently have no third party accounts connected to this account. {% endblocktrans %} {% endif %}

{% endblock %}