{% extends "subnav_base.html" %} {% load i18n %} {% load ifsetting_tag %} {% load foundations_tags %} {% block body_class %}account{% endblock %} {% block subnav %}

{% trans "Account" %}

{% trans "Email Addresses" %}
{% ifsetting ACCOUNT_USE_OPENID %}
{% trans "OpenID Associations" %}
{% endifsetting %} {% if user.password %}
{% trans "Change Password" %}
{% else %}
{% trans "Set Password" %}
{% endif %} {% if user.password and request.openids %}
{% trans "Delete Password" %}
{% endif %} {% ifsetting USE_I18N %}
{% trans "Language" %}
{% endifsetting %}
{% trans "Timezone" %}
{% endblock %}