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

{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}

{% 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 %}