{% for v in options %} {% endfor %}
{% for v in options %} {{ widget.item_row(v, loop.cycle('odd', 'even')) }} {% endfor %}
{%- if not readonly %}
{% if widget.allow_select %} {{ widget.open_btn_text }} {% endif %} {% if widget.allow_create %} {{ widget.create_btn_text }} {% endif %}
{%- endif %}