{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% load static %} {% load cache %} {% block additional_og %} {% endblock %} {% block head_title %} {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block head_feed %} {% endblock %} {% block content %}

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

{{ mlist.name }}

{{ mlist.description|default_if_none:"" }}

{% trans "Recently active discussions" %}

{% trans 'Loading...' %}

{% trans "Most active discussions" %}

{% trans 'Loading...' %}
{% if user.is_authenticated %}

{% trans "Discussions You've Flagged" %} ({{ flagged_threads|length }}) {% if flagged_threads %}{% endif %}

{% trans 'Loading...' %}

{% trans "Discussions You've Posted to" %} ({{ threads_posted_to|length }}) {% if threads_posted_to %}{% endif %}

{% trans 'Loading...' %}
{% endif %}
{% trans "All Threads" %} {% if posting_enabled %} {% trans 'Start a nNew thread' %} {% endif %} {% if export_allowed %} {% endif %} {% cache 86400 month_list_select LANGUAGE_CODE months_list mlist.name %} {% include 'hyperkitty/fragments/month_list.html' with show_select='True' %} {% endcache %} {% if user.is_staff or user.is_superuser %} {% endif %}

{% trans "Activity Summary" %}

{% trans "Post volume over the past 30 days." %}

{% trans 'Loading...' %}

{% trans "The following statistics are from" %} {% trans "In" %} {% trans "the past 30 days:" %}

{{ mlist.recent_participants_count }} {% trans "participants" %} {{ mlist.recent_threads_count }} {% trans "discussions" %}

{% trans "Most active posters" %}

{% trans 'Loading...' %}
{% if top_author %}

{% trans "Prominent posters" %}

{% for author in top_author %}
#{{forloop.counter}}
{% if author.email %} {% gravatar author.email 120 %}
{% endif %}
  • {{ author.name }}
  • +{{author.kudos}} {% trans "kudos" %}
{% endfor %}
{% endif %}
{% endblock %} {% block additionaljs %} {% endblock %}