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

{% trans 'Available lists' %}

{% if all_lists %}

{% endif %}
{% if all_lists|length > 10 %} {% endif %}
{% endblock %} {% block additionaljs %} {% endblock %}