{% load i18n %} {% with choices.0 as choice %}

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

{% for field in choice.form %}
{{ field }} {% include "unfold/helpers/form_errors.html" with errors=field.errors %}
{% endfor %}
{% endwith %}