{% extends "layouts/l-page_clean.html" %} {% load i18n %} {% load mailarchive_extra %} {% load mailarchive_listtree %} {% load ml_tags %} {% get_current_language as LANGUAGE_CODE %} {% block content %} {% if translate_languages %}
{% include "mailarchive/_list/translate_switcher.html" %}
{% endif %} {% include "mailarchive/_search/_appendix.html" %}

По запросу < {{found_mname}} > найдено:

{% for list in maillists %} {% if list.is_deleted %} {% else %} {% endif %} {% endfor %}
Название Описание Ответственные Количество подписчиков
{{ list.name }} {{ list.name }} {% if LANGUAGE_CODE == "ru" %} {{ list.info_firstline }} {% else %} {{ list.info_firstline_en }} {% endif %} {% if list.owners %} {% for owner in list.owners %}
{{ owner.user.get_profile.get_full_name }}

{% endfor %} {% else %} — {% endif %}
{{ list.subscribers_count }}
{% endblock %}