{% load i18n milea_template %}
{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}
{% for choice in choices %} {% split_filter_value choice.display as val %} {{ val.0 }} {{ val.1 }} {% endfor %}