{% extends "base.html" %} {% load key %} {% load is_in %} {% block bodydata %} data-project-id="{{rule.grouping.project.id}}" data-grouping-id="{{rule.grouping.id}}" data-grouping-id="{{rule.id}}"{% endblock %} {% block title %} | Filter settings{% endblock %} {% block main %}

Filter

Data grouping: {{ rule.grouping.name }}

Filter settings

{% csrf_token %}
Please set the value for each individual field you want to filter for. If you leave a filter blank, the field will not be filtered for.
The contribution has been created
{% for field in rule.category.fields.all %}
{{field.name}} ({{field.key}})
{% if field.fieldtype == 'TextField' %}
{% endif %} {% if field.fieldtype == 'NumericField' %}
{% endif %} {% if field.fieldtype == 'DateTimeField' %}
{% endif %} {% if field.fieldtype == 'DateField' %}
{% endif %} {% if field.fieldtype == 'TimeField' %}
{% endif %} {% if field.fieldtype == 'LookupField' %}
{% endif %} {% if field.fieldtype == 'MultipleLookupField' %}
{% endif %}
{% endfor %}

Be careful!

Delete filter

Deleting the filter grouping can not be undone.

Delete this filter
{% endblock %} {% block modals %} {% endblock %} {% block libraries %} {% endblock %}