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

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

{% for field in choice.form %}
{{ field }}
{% endfor %}
{% endwith %}