{% extends "manage/criteria/base_criterion.html" %} {% load i18n %} {% block operators %} {% include "manage/criteria/2selection_operators.html" %} {% endblock %} {% block value %}
{% trans 'Category' %} | {% trans 'Amount' %} | {% trans 'Delete' %} |
---|---|---|
{{form.id}}{{form.category}} | {{form.amount}} | {{form.DELETE}} |