{% extends 'core/page.html' %} {% load i18n %} {% block page %}
{% url 'account_change_password' as password_url %} {% url 'account_email' as email_url %} {% blocktrans trimmed %} Please enter your updated account information. You can change your password using the password form and update your e-mail using the e-mail form. {% endblocktrans %}
{% endif %} {% if settings.PROFILE_DELETE %}{% trans 'If you want to remove all your account information please proceed by clicking the button below.' %}
{% trans "Delete profile" %} {% endif %} {% endblock %}