{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% block title %} {% trans "Delete MailingList" %} - {{ block.super }} {% endblock %} {% block content %}

{% trans "Delete Mailing List From HyperKitty" %}

{{ mlist.name }} {% trans 'will be deleted from HyperKitty along with all the threads and messages. It will not be deleted from Mailman Core. Do you want to continue?' %}

{% csrf_token %}

{% trans "or" %} {% trans "cancel" %}

{% endblock %}