{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'Lists' %}

{% for mlist in lists %} {% empty %} {% endfor %}
{{ mlist }} Overview Archives
No archived list yet.
{% endblock %} {# vim: set noet: #}