{% with id=widget.attrs.id %}
{% if forloop.first %} {{ top_row.0 }}{% endif %} {% if forloop.last %} {{ top_row.1 }}{% endif %} | {% endfor %}
{% for option in options %} {% include option.template_name with widget=option %} {% endfor %} | {% endfor %}
{% for option in options %} {% with o=option %} {% endwith %} {% endfor %} | {% endfor %}
{% if forloop.first %} {{ bottom_row.0 }}{% endif %} {% if forloop.last %} {{ bottom_row.1 }}{% endif %} | {% endfor %}