{% extends "mailman-django/base.html" %} {% load i18n %} {% block links%} {% blocktrans with url_list_info=url list_info fqdn_listname url_list_delete=url list_delete fqdn_listname %} 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 %}