{% load static i18n %}

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

{% for choice in choices %} {% if choice.reset %} {% endif %} {% endfor %}
    {% for choice in choices %}
  • {% endfor %}