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

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

{{ choice.form.as_p }}
{% for k, v in choice.get_query.items %} {% if not k == choice.parameter_name|add:'_from' and not k == choice.parameter_name|add:'_to' %} {% endif %} {% endfor %} {{ choice.form.media }}
{% endwith %}