{% extends "hyperkitty/base.html" %} {% load i18n %} {% load gravatar %} {% load hk_generic %} {% load pagination %} {% block head_title %} {{ list_title }} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block content %}
{% include 'hyperkitty/fragments/month_list.html' %}

{% if mlist.display_name %} {{ mlist.display_name }} {% else %} {{ mlist.name|until:"@" }} {% endif %}

{{ mlist.name }}
    {% if participants_count %}
  • {{ participants_count }} {% trans "participants" %}
  • {% endif %}
  • {{ threads.paginator.count }} {% trans "discussions" %}
{% for thread in threads %} {% include "hyperkitty/threads/summary_thread_large.html" %} {% empty %}

{% trans "Sorry no email threads could be found" %} {{ no_results_text }}.

{% endfor %} {% paginator threads bydate=True %}
{% endblock %} {% block additionaljs %} {% endblock %}