{% load i18n static %} {{spec.form.base_media}} {{spec.form.filter_media}}
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
{% with choices.0 as all_choice %}
{% for k, v in all_choice.query_parts %} {% endfor %}
{{spec.form}}
{% endwith %}