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

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

{% if choice.min is not None and choice.max is not None and choice.step %}
{{ choice.value_from }} {{ choice.value_to }}
{% else %}

{% trans 'Not enough data.' %}

{% endif %}
{% endwith %}