{% extends "site_base.html" %} {% load i18n %} {% block content %}

{% 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 "Registered Applications" %}

#} {% endblock %}