{% 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 }} {{ object.uid }} {% trans "Remove" %}
{% trans "You don't have any social accounts associated." %}

{% trans "Associate another account" %}

{% trans "Sign-in using OpenID" %}

{% csrf_token %}
{% endblock %}