{% extends "account/base.html" %} {% load i18n %} {% load url from future %} {% block head_title %}{% trans "Associations" %}{% endblock %} {% block body %}

{% trans "Associations" %}

{% for object in object_list %} {% empty %} {% endfor %}
{{ object.provider }} {% trans "Remove" %}
{% trans "You don't have any social accounts associated." %}
Associate an OpenID {% csrf_token %}

{% trans "Sign in with another account:" %}

{% endblock %}