{% load i18n static %}
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
{% with choices.0 as all_choice %}
{% for k, v in all_choice.query_parts %} {% endfor %}
{% if not all_choice.selected %}
{% endif %}
{% endwith %}