{% load mailarchive_extra %} {% load i18n %} {% if can_read %}
{% if last_threads != None %}

{% trans "Last discussions" %}

{% for thread in last_threads %} {% if thread.thread_id %}

{% if thread.subject %}{{ thread.subject }}{% else %}{% trans "MSG.NO_THEME" %}{% endif %} {{ thread.msg_cnt }} {{ thread.received_date|timesince }} {% trans "ago" %}

{% endif %} {% empty %} {% trans "MSG.NO_THREADS_IN_LIST" %} {% endfor %}

{% trans "All discussions" %}

{% else %}

{% trans "Last discussions" %}

{% trans "mail.yandex-team.ru connection failed" %} {% endif %} {% if not can_write %} {% include "mailarchive/_list/_write_access.html" %} {% endif %}
{% else %}

{% trans "Last discussions" %}

{% trans "MSG.CLOSE_ARCHIVE" %}

{% trans "Request access without subscription" %} {% if not can_write %} {% include "mailarchive/_list/_write_access.html" %} {% endif %}

{% endif %}