{% extends "postorius/base.html" %} {% load i18n %} {% block main %} {% if user.is_superuser %} {% include 'postorius/menu/list_nav.html' %} {% endif %}

{% trans "Mass Subscribe" %} - {{list.fqdn_listname}}

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