{% extends "postorius/base.html" %} {% load i18n %} {% load nav_helpers %} {% block head_title %} {% trans 'Unsubscribe all members' %} | {{ list.fqdn_listname }} - {{ block.super }} {% endblock %} {% block content %} {% list_nav 'mass_removal' 'Confirm Removal of All Members' %}
{% blocktrans with listname=list.fqdn_listname %} Are you sure you want to unsubscribe all members from {{ listname }}? {% endblocktrans %}
{% endblock content %}