{% extends "mailman-django/base.html" %} {% load i18n %} {% block links%} {% url list_info fqdn_listname as url_list_info %} {% url list_delete fqdn_listname as url_list_delete %} {% blocktrans %} You can also subscribe or unsubscribe a user to the list "the normal way" or delete the list.{% endblocktrans %} {% endblock %} {% block content %}

{% trans "List Created" %}

Logout

{% blocktrans %}The list {{ fqdn_listname }} has been created. What would you like to do next?{% endblocktrans %}

{% endblock %}