{% load i18n static %} {% block criteria %} {% endblock %} {% block operators %} {% endblock %} {% block values %} {% if value_type == criterion.INPUT %} {% endif %} {% if value_type == criterion.SELECT %} {% endif %} {% if value_type == criterion.MULTIPLE_SELECT %} {% endif %} {% endblock %} Add Delete