{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "OpenID Associations" %}{% endblock %} {% block body %}
{% blocktrans with del_buttons|pluralize as buttons %}Your account is currently associated with the following OpenID {{ buttons }}:{% endblocktrans %}
{% for openid in openids %} {% endfor %} {% endif %}{% trans "To associate a new OpenID with this account, sign in with it here:" %}
{% endblock %}