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

{% trans "Delete statement" %}

{% trans "Deletion of a procmail rule" %}

{% blocktrans with type=type title=title %} Are you sure you want to delete the {{type}} "{{title}}" ? {% endblocktrans %}

{% endblock %}