{% load i18n %} {% load staticfiles %} {% for href in PROCMAIL_VENDOR_CSS.values %} {% endfor %} {% for src in PRCOMAIL_VENDOR_JAVASCRIPT.values %} {% endfor %} {% include "procmail/javascript.html" %}
{% if procmailrc != None %} {% endif %}

ProcmailRc

{% include "procmail/list.html" with procmailrc=procmailrc %}
{% if PROCMAIL_INPLACE == False %}
{% endif %} {% block content %} {% endblock %}