{% extends "socialaccount/base.html" %} {% load i18n %} {% block head_title %}{% trans "Account Connections" %}{% endblock %} {% block content %}

{% trans "Account Connections" %}

{% if form.accounts %}

{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}

{% csrf_token %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}<