{% load i18n df_site %}
{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %} {% for choice in choices %} {% if choice.selected %} {% component_auto_badge choice.display extra_class='' color='light' %} {% else %} {% component_auto_badge choice.display extra_class='' %} {% endif %} {% endfor %}