{% 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 %}Personal details{% endblocktrans %} {% endblock %} {% block text_title %}{% trans "Personal details" %}{% endblock %} {% block extra_css %} {% if last_authenticated_sites %} {% endif %} {% endblock %} {% block content %} {% include "common/unverified_email_warning.html" %} {% include "common/missing_backup_device_warning.html" %} {% include "common/printed_codes_nearly_exhausted_warning.html" %}
{% include "widgets/ubuntuone/last_auth_sites.html" %} {% endblock %}