{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% block subtitle %} {% trans "Add Email | " as page_title %}{{ page_title|add:user.username }} {% endblock %} {% block main %} {% include 'postorius/menu/user_nav.html' %}

{% trans 'Add another email address to your account' %}

{% csrf_token %} {{ form.as_p }}
{% endblock main %}