{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %} {% trans 'Available lists' %} - {{ app_name|title }} {% endblock %} {% block content %}

{% trans 'Available lists' %}

{% for mlist in all_lists %} {% if forloop.counter|divisibleby:"4" %}
{% endif %} {% empty %}

No archived list yet.

{% endfor %}
{% endblock %} {% block additionaljs %} {% endblock %}