{% 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 %}
{% else %} {% endif %}