{% include 'sb_admin/widgets/includes/field_label.html' %} {% with id=widget.attrs.id %} {% for group, options, index in widget.optgroups %} {% for option in options %}
  • {% include option.template_name with widget=option %}
  • {% endfor %} {% endfor %} {% endwith %} {% include 'sb_admin/widgets/includes/help_text.html' %}