{% extends ac_layout %} {% block content %} {% load static %}
{{ _('profile_information') }}

{{ _('profile_information_note') }}

{% csrf_token %}

Note: {{ _('email_can_only_be_change_once') }}.

{{ _('update_password') }}

{{ _('update_password_note') }}

{% csrf_token %}
{{ _('delete_account') }}

{{ _('delete_account_note') }}

{% endblock %}