{% if widget.multiple and value %} {% for v in value %} {% endfor %} {% else %} {% endif %} {% for option in options %} {% if option.value not in widget.hiddens or option.selected %} {% endif %} {% endfor %}
{{ option.title|escape }}