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

{% trans "Manage OpenID Associations" %}

{% if del_buttons %}

{% blocktrans with del_buttons|pluralize as buttons %}Your account is currently associated with the following OpenID {{ buttons }}:{% endblocktrans %}

{% endif %} {% if add_buttons %}

You are currently logged in with the following OpenID {{ add_buttons|pluralize }}. Click "associate" to allow {% ifequal add_buttons.__len__ 1 %}it{% else %}an OpenID{% endifequal %} to be used to sign in to your account.

{% endif %}

{% trans "To associate a new OpenID with this account, sign in with it here:" %}

{% endblock %}