{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% block main %} {% include 'postorius/menu/user_nav.html' %}

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

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