{% load i18n %}
{% load l10n %}
{% with choices.0 as choice %}
{{ choice.form.media }}
{% for k, v in choice.request.GET.items %}
{% if not k == choice.parameter_name|add:'_from' and not k == choice.parameter_name|add:'_to' %}
{% endif %}
{% endfor %}
{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}
{% if choice.min is not None and choice.max is not None and choice.step %}