{% extends "layouts/l-page_16-80.html" %} {% load i18n %} {% load mailarchive_extra %} {% block extra_title %}{{ thread.thread_subject|default:_("MSG.NO_THEME_CAP") }} -{% endblock %} {% block l-page-class %}l-page_tread{% endblock %} {% block content %} {% include "mailarchive/_notifications.html" %} {% include "mailarchive/_list/_header.html" %} {% if thread == None %}

{% trans "mail.yandex-team.ru connection failed" %}

{% else %}

{% if thread.is_translated %}{{ thread.translated_thread_subject|default:"Без темы" }}{% else %}{{ thread.thread_subject|default:_("MSG.NO_THEME_CAP") }}{% endif %}

{% for node in thread.messages %} {% show_message_short node user list thread_id users_email_map lists_email_map lists_fid_map %} {% endfor %}
{% with thread as page_obj %} {% include "restricted_paginator.html" %} {% endwith %} {% endif %} {% endblock %}