{% load i18n %} {% with choices.0 as choice %}
{% 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 %}

{{ choice.value_from }} {{ choice.value_to }}
{% endwith %}