{% load cat_extra %}
{% for group, options, index in widget.optgroups %}{% if group %}
{% endif %}{% for widget in options %}
{{ widget.value.instance | circle_cat }}{% include widget.template_name %}
{% endfor %}{% if group %}
{% endif %}{% endfor %}