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

{% else %} {% for object in thread_list %}
{{ object.subject|default:_("MSG.NO_THEME") }} {{ object.msg_cnt }} {% if object.from in users_email_map %} {{ users_email_map|get:object.from|staff_link }} {% else %} {{ object.from|email_link:object.from }} {% endif %} {{ object.received_date|naturalday:"SHORT_DATE_FORMAT" }} {{ object.received_date|time:"H:i" }}
{% endfor %} {% endif %}
{#

Всего веток обсуждений: {{ paginator.count }}

#} {% with thread_list as page_obj %} {% include "restricted_paginator.html" %} {% endwith %} {% endblock %}