{% if PROCMAIL_INPLACE == False %}
{% blocktrans with directory=PROCMAIL_DEBUG_DIR %}
Currently in debug mode. This application de not edit your real procmailrc but a copy
made in the {{directory}} directory.
{% endblocktrans %}
{% endif %}
{% block content %}
{% endblock %}