{% load i18n %}
{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}
{% for choice in choices %} {% if choice.hidden %} {% else %}

{% endif %} {% endfor %}