{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% load static %} {% 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.description|default_if_none:"" }}

{% if posting_enabled %} {% trans 'Start a nNew thread' %} {% endif %}
{% include 'hyperkitty/fragments/month_list.html' with show_dropdown='True' pagename='overview' %}
{% if 'postorius' in INSTALLED_APPS %} {% trans 'Manage sSubscription' %}
{% endif %} {% trans "All Threads" %}
{% if user.is_staff or user.is_superuser %} {% trans "Delete Archive" %} {% 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 %}

{% 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 %}
{% endblock %} {% block additionaljs %} {% endblock %}