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

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

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

ew thread {% if 'postorius' in INSTALLED_APPS %} ubscription {% endif %}
{% 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 "Recently active discussions" %}

{% trans 'Loading...' %}

{% trans "Most active discussions" %}

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

{% trans "Discussion by category" %}

{% for category, threads in threads_by_category.items %}

{{ category.name|upper }}

{% include "hyperkitty/fragments/overview_threads.html" with threads=threads|slice:":5" %} {% empty %}

{% trans "No category has been set this month (yet)." %}

{% endfor %}
{% endif %}

{% trans "Activity Summary" %}

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

{% trans 'Loading...' %}

{% 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 %}