{% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% load ml_tags %}
{% if not list.info %} {% trans "no description" %} {% else %} {% if LANGUAGE_CODE == 'ru' or list.info_en == '' %} {{ list.info|wiki_formatter }} {% else %} {{ list.info_en|wiki_formatter }} {% endif %} {% endif %}
{% if is_owner %}
{% trans "Edit:" %} {% trans "list properties" %}, {% trans "other properties" %}
{% trans "Customize:" %} {% trans "autoreplying" %}, {% trans "forwarding" %}
{% endif %}