{% load i18n %}

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

{% for choice in choices %} {% for k, v in choice.preserved.items %} {% endfor %} {% endfor %}