{% extends "profiles/base_edit.html" %} {% load trans blocktrans from i18n %} {% load crispy from crispy_forms_tags %} {% block title %} {% trans "Email addresses" %} {% endblock title %} {% block profile_admin_change_email %} active {% endblock profile_admin_change_email %} {% block edit_content_header %} {% trans "Email addresses" %} {% endblock edit_content_header %} {% block edit_content %} {% include "account/partials/email_list.html" with objects=user.emailaddress_set.all %}

{% trans "Add email address" %}

{% csrf_token %} {{ form|crispy }}
{% endblock edit_content %}