{% load i18n %} {% load mailarchive_listtree %} {% load mailarchive_extra %} {% load ml_tags %} {% for list in lists %} {% with list|tree_line_levels as linelevels %} {% for level in linelevels %}
{% endfor %} 0 %} style="margin-left: {{ list.level|node_padding }}px"{% endif %}>{{ list.node_name }} {% for level in linelevels %}
{% endfor %} {% endwith %} {% if list.stype == 'inbox' %}{% trans "In inbox" %}{% endif %} {% if list.stype == 'imap' %}{% trans "In imap folder" %}{% endif %} {% if list.stype == 'both' %}{% trans "In inbox and imap folder" %}{% endif %} {% if list.stype == 'separate' %}{% trans "In a separate folder" %}{% endif %} {% if self_page %} {% if list.is_imap or list.is_sub %}
{% trans "unsubscribe" %}
{% else %} {% endif %} {% endif %} {{ list.info_firstline|wiki_formatter }} {% endfor %}