{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans "Update profile" %}

{% if settings.ACCOUNT %}

{% 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 %}
{% csrf_token %} {% include 'core/bootstrap_form_fields.html' %}
{% if settings.PROFILE_DELETE %}

{% trans "Delete profile" %}

{% trans 'If you want to remove all your account information please proceed by clicking the button below.' %}

{% trans "Delete profile" %} {% endif %} {% endblock %}