{% extends "base.html" %} {% load i18n %} {% block head %} {% endblock %} {% block content %}

{{ user.username }} {% trans "Settings" %}

{% blocktrans %}

This is where you can make changes to your account.

{% endblocktrans %}
{% if msg %}

{{ msg }}

{% endif %}
{% trans "Account" %}
» {% trans "change password" %}
{% trans "Give your account a new password." %}
» {% trans "change email" %}
{% trans "Add or update the email address associated with your account." %}
{% if is_openid %}
» {% trans "change openid url" %}
{% trans "Change openid associated to your account" %}
{% endif %}
» {% trans "delete account" %}
{% trans "Erase your username and all your data from website" %}
{% endblock %}