{% load static %} {% load i18n %} {% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %} {% for choice in choices %} {{ choice.display }} {% endfor %}