{% extends "base_content.html" %} {% load i18n %} {% block title %}{% spaceless %}{% trans "Account functions" %}{% endspaceless %}{% endblock %} {% block head %} {% endblock %} {% block content %}

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

{% if msg %}

{{ msg }}

{% endif %}
» {% trans "Change password" %}
{% trans "Give your account a new password." %}
{% comment %}
» {% trans "Change email " %}
{% trans "Add or update the email address associated with your account." %}
» {% trans "Change OpenID" %}
{% trans "Change openid associated to your account" %}
» {% trans "Delete account" %}
{% trans "Erase your username and all your data from website" %}
{% endcomment %}
{% endblock %}