{% extends "layouts/l-page_16-80.html" %} {% load i18n %} {% load template_common %} {% load humanize %} {% load mailarchive_extra %} {% block extra_title %}{% trans "Archive" %} {{ list.name }} -{% endblock %} {% block l-page-class %}l-page_treads{% endblock %} {% block content %} {% include "mailarchive/_notifications.html" %} {% with thread_list.msg_cnt as list_message_count %} {% include "mailarchive/_list/_header.html" %} {% endwith %} {% if thread_list == None %}
{% trans "mail.yandex-team.ru connection failed" %}
Всего веток обсуждений: {{ paginator.count }}
#} {% with thread_list as page_obj %} {% include "restricted_paginator.html" %} {% endwith %} {% endblock %}