{% extends "site_base.html" %}
{% load i18n %}
{% load openid_tags %}
{% block body_class %}full account{% endblock %}
{% block subnav %}
{% if user.is_authenticated %}
{% trans "E-Mail Addresses" %}
|
{% trans "OpenID Associations" %}
|
{% if user.password %}
{% trans "Change Password" %}
{% else %}
{% trans "Set Password" %}
{% endif %}
{% if user.password %}
{% ifopenid %}
|
{% trans "Delete Password" %}
{% endifopenid %}
{% endif %}
{# | {% trans "Language" %} #}
|
{% trans "Timezone" %}
{% endif %}
{% endblock %}
{% block right %}
{% endblock %}