{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% blocktrans %}{{ account_displayname }}'s details{% endblocktrans %} {% endblock %} {% block extra_header_top %} {% endblock %} {% block extra_header %} {% include "widgets/passwords_head_content.html" %} {% endblock %} {% block text_title %}

{% trans "Your account" %}

{% endblock %} {% block content %}
{% csrf_token %}


{{ form.displayname }} {% if form.displayname.errors %} {{ form.displayname.errors|first }} {% endif %}


{% if form.preferred_email.errors %} {{ form.preferred_email.errors|first }}
{% endif %} {{ form.preferred_email }}

{% if not embedded %}

{% trans "Manage email addresses" %}

{% endif %}
{% if not readonly %}
{% include "widgets/passwords.html" %}
{% endif %}

{% if not readonly %} {% endif %} {% if token %} {% trans "or" %} {% trans "exit without updating" %} {% endif %}

{% include "widgets/last_auth_sites.html" %} {% endblock %}