{% load i18n %}
{% with choices.0 as all_choice %}

{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}

{% for key, value in all_choice.query_parts %} {% endfor %} {% if not all_choice.selected %} {% endif %}
{% endwith %}