The list below presents the identifiers that correspond to the filters
of
Standard View, as well as their appropriate values:
{% for filter in filter_dict %}
- {{ filter.name }}
-
{% if filter|get_filter_type == 'choice' or filter|get_filter_type == 'multichoice' %}
{{ filter|default_value }}, {{ filter|choices|join:", "|title }}
{% elif filter|get_filter_type == 'bool' %}
-, True, False
{% else %}
Free text
{% endif %}
{% endfor %}
For detailed instructions please consult the "Tips and Tricks".