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

{{ request.user.username }} {% trans "Profile" %}

{% if msg %}

{{ msg }}

{% endif %}
» {% 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 %}
{% trans "Change openid associated to your account" %}
{% endif %}
» {% trans "Delete account" %}
{% trans "Erase your username and all your data from website" %}
{% endblock %}