{% load i18n %}

{{ title }}

{% if choices|length > 5 %} {{ choices|length }} {% translate "opzioni" %} {% endif %}
{% for choice in choices %}
{% if choice.selected %} {% endif %} {{ choice.display }}
{% endfor %}