{% if filter_form.is_valid and filter_form.cleaned_data.question %}
{% blocktranslate trimmed with question=filter_form.cleaned_data.question.question %}
List filtered by responses to custom field “{{ question }}”.
{% endblocktranslate %}
{% translate "Remove filter" %}