{% extends "base.html" %} {% block title %}{{ _('Deactivated Mailing Lists') }}{% endblock %} {% block content %}
| {{ _('List Name') }} | {{ _('List Address') }} | {{ _('List Mode') }} | {{ _('Actions') }} |
|---|---|---|---|
| {{ list.display }} | {{ list.address }} | {%- if list.mode == "broadcast" %} {{ _('Broadcast') }} {%- elif list.mode == "group" %} {{ _('Group') }} {%- else %} {{ _('Unknown') }} {%- endif %} | {{ _('Subscribers') }} {{ _('Reactivate') }} |
{{ _('No deactivated mailing lists found.') }}
{% endif %} {% endblock %}