{% trans 'User Settings' %}

{% trans "Configure settings relevant to your user profile." %}

{% trans 'Update details' %}
{% include 'partials/form_horizontal.html' with form=form %} {% block beneath_form %} {% endblock %}
{% if unenrollment_enabled %} {% trans "Delete account" %} {% endif %}
{% user_stages as user_stages_loc %} {% for stage in user_stages_loc %}
{% endfor %} {% user_sources as user_sources_loc %} {% for source in user_sources_loc %}
{% endfor %}