{% load i18n %} {% for snippet in items %} {% endfor %}
{% trans "Title" %}
{% if choosing %}

{{ snippet }}

{% else %}

{{ snippet }}

{% endif %}