{% extends "layouts/l-page_clean.html" %} {% load i18n %} {% load waffle_tags %} {% block l-page-class %}l-page_editlist{% endblock %} {% block content %} {% include "mailarchive/_notifications.html" %} {% trans "MSG.AUTOREPLY_FOR_MAILLIST" %} {{ list.name }} {% if user.is_authenticated %}

{% trans "MSG.AUTOREPLY_ADD" %}

{% trans "MSG.AUTOREPLY_CONDITION" %} {{ form.field1 }} {{ form.field2 }} {{ form.field3 }}, {% trans "MSG.AUTOREPLY_ACTION" %}
{% trans "MSG.AUTOREPLY_TEXT" %}
{{ form.text_answer }}
{% trans "MSG.AUTOREPLY_FROM_OVERRIDE" %} {{ form.from_name }}
{% trans "MSG.OR" %} {% trans "MSG.CANCEL" %}
{% include "mailarchive/_autoreply/_change_priorities.html" %} {% else %}
{% trans "MSG.AUTHENTICATE_FOR_CREATE_AUTOREPLY" %}
{% endif %} {% endblock %}