{% extends "site_base.html" %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {{ message }}
{% endfor %} {% endif %}

{% trans "Preferences" %}

{% if user.has_usable_password %}

{% trans "Change your password" %}

{{ password_form.as_table }}
{% endif %}

{% trans "Change your Email address" %}

{{ email_form.as_table }}

{% trans "Internationalization" %}

{{ i18n_form.as_table }}

{% trans "OpenID Accounts" %}

{{ openid_form.as_table }}
{% trans "Add OpenID account" %}

{% trans "Export Notes" %}

{% comment %} {# Providing API output in XML format may just be confusing #} {% endcomment %}
{% trans "JSON (see API docs)" %}{% trans "XML" %}{% trans "Tarball of .note files (EXPERIMENTAL!)" %}
{#

{% trans "Registered Applications" %}

#} {% endblock %}