{% extends "base.html" %} {% load url from future %} {% load gravatar %} {% load hk_generic %} {% block title %} {{ list_title }} - {{ mlist.display_name|default:mlist.name|escapeemail }} - {{ app_name|title }} {% endblock %} {% block content %}
{% include 'threads/month_list.html' %}
{% for thread in threads %} {% include "threads/summary_thread_large.html" %} {% empty %}

Sorry no email threads could be found {{ no_results_text }}.

{% endfor %} {% include "paginator.html" with pager=threads %}
{% endblock %} {% block additionaljs %} {% endblock %}