{% load i18n %}

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

{% for choice in choices %} {{ choice.display }}
{% endfor %}