{% load filter_extras %}
{% include "./_filter_selector.html" with key="op" selected=group.operator %} of the following are true {% if not is_root %} {% include "./_filter_item_buttons.html" with can_delete=can_delete is_top=is_top is_bottom=is_bottom prefix=prefix %} {% endif %}
{% for item in group.items %} {% include "./_filter_item.html" with filter_dict=item is_root=False is_top=forloop.first is_bottom=forloop.last prefix=prefix|concat_underscore:forloop.counter0 can_delete=group.items|is_multiple %} {% endfor %}