{% if object.get_active_filters %}

Question will be hidden if:

{% for c in object.get_active_filters %} {% if not forloop.first %}{{ c.combinator }}{% endif %} {{ c.get_source_name }} {{ c.condition_operator }} {{ c.condition_value }} {% endfor %}

Edit Filter Conditions

{% else %}

No filter conditions defined.

Add Filter Conditions

{% endif %}

Make sure to save any changes of the question configuration before editing the filters.