{% extends "hyperkitty/base.html" %} {% load i18n %} {% load gravatar %} {% load hk_generic %} {% block title %} {% trans "Delete MailingList" %} - {{ block.super }} {% endblock %} {% block content %}
{# {% include 'hyperkitty/fragments/month_list.html' %} #}

{% trans "Delete Mailing List" %}

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

{% csrf_token %}

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

{% endblock %}