{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% load pagination %} {% load staticfiles %} {% block head_title %} {% trans 'Available lists' %} - {{ block.super }} {% endblock %} {% block content %}
{# This version of the sort-by options shows up on larger screens; hidden-xs and hidden-tn are Bootstrap options to hide it at tiny or small sizes. #}

{% trans 'Available lists' %}

{# This version of the sort-by options shows up on tablets/mobile phones. #}
{% if all_lists %}

{% endif %}
{% paginator all_lists %}
{% endblock %} {% block additionaljs %} {% endblock %}