{% extends "account/base.html" %} {% block title %}{% trans "OpenID Associations" %} - {{ block.super }}{% endblock %} {% block main %}
{% blocktrans with del_buttons|pluralize as buttons %}Your account is currently associated with the following OpenID {{ buttons }}:{% endblocktrans %}
{{ openid.openid }} | {% trans "remove" %} |
{% trans "To associate a new OpenID with this account, sign in with it here:" %}
{% endblock %}