{% extends "layouts/l-page_clean.html" %} {% load i18n %} {% load waffle_tags %} {% load ml_tags %} {% block extra_title %}{{ list.email }} -{% endblock %} {% block l-page-class %}l-page_editlist{% endblock %} {% block content %} {% include "mailarchive/_notifications.html" %} {% trans "List properties" as ptitle %}{{ptitle|capfirst}} {{ list.name }} {% if user.is_authenticated %}
{% if form.errors %} {% trans "ERROR.PROCESS_FORM" %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %}
{{ form.changed_name.label_tag }} {{ form.changed_name.errors }} {{ form.changed_name }}
{{ form.info.errors }} {{ form.info.label_tag }}
{{ form.info }} {% trans "MSG.LIST_EXAMPLE" %}
{% trans "You can edit description with " %} {% trans "wiki-formatter" %}
{{ form.info_en.errors }} {{ form.info_en.label_tag }} (eng)
{{ form.info_en }}
{% trans "MSG.PARAMETERS" %}
{{ form.is_open }} {{ form.is_internal }} {% trans "MSG.KINDS_OF_LIST_DETAILS" %}
{{ form.is_can_read_ext }} {{ form.is_can_read_ext.label_tag }}
{% else %}
{% trans "MSG.AUTHENTICATE_FOR_CREATE_REQUEST" %}
{% endif %} {% endblock %}