{% extends "postorius/base.html" %} {% load i18n %} {% load bootstrap_tags %} {% load nav_helpers %} {% block head_title %} {% trans 'Mass subscribe' %} | {{ list.fqdn_listname }} - {{ block.super }} {% endblock %} {% block content %} {% list_nav 'list_mass_ops' 'msgid:title:list_mass_subscription' %}
{% bootstrap_form_horizontal form 2 8 'Subscribe users' %}
{% endblock content %}