{% load i18n %}
{% if filter_form.is_valid and filter_form.cleaned_data.question %}

{% blocktranslate trimmed with question=filter_form.cleaned_data.question.question %} List filtered by answers to question “{{ question }}”. {% endblocktranslate %} {% translate "Remove filter" %}

{% endif %}