{% extends "mailman-django/base.html" %}
{% load i18n %}
{% block heading %}
All available Lists on {{domain}}
{% endblock %}
{% block smallBoxLeft %}
{% for list in lists %}
{% trans "list_index site shows all available lists, either on the registered Domain or the whole server. Please bare in mind that we can only show public advertised lists."%}