{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% load pagination %} {% load cache %} {% block head_title %} {{ list_title }} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block head_feed %} {% endblock %} {% block content %}
{% trans "Sorry no email threads could be found" %} {{ no_results_text }}.
{% endfor %} {# Cache the pagination template rendering for the mailing list for 24hrs. #} {% cache 86400 threads_paginator threads LANGUAGE_CODE %} {% paginator threads bydate=True %} {% endcache %}