{% extends "procmail/base.html" %} {% load i18n %} {% block content %}

{% trans "Simple editor" %}

{% csrf_token %}

{% trans "Metadata" %}

{% include "procmail/form.html" with form=form_meta %}

{% trans "Conditions" %}

{% include "procmail/form.html" with form=form_cond_kind %} {% include "procmail/form.html" with form=form_cond table_id="conditions_table" %}

{% trans "Actions" %}

{% include "procmail/form.html" with form=form_action %}
{% trans "Go to advanced edition page" %}

{% endblock %}