{% extends "user/base.html" %} {% load i18n %} {% block page %}
{% trans 'Update details' %}
{% include 'partials/form_horizontal.html' with form=form %} {% block beneath_form %} {% endblock %}
{% if unenrollment_enabled %} {% trans "Delete account" %} {% endif %}
{% endblock %}