{% extends 'core/base.html' %} {% block title %}{{ user }} | {{ block.super}}{% endblock %} {% block content %} {% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% include 'accounts/profile-navbar.html' with active_element='manage-emails' %}

Add new email

{% include 'accounts/post-form.html' with form_id='form-add-account-email' form_submit='Add New Email' %}
{% endblock %}