{% include 'lowbono/practicearea_icons.html' %} {% with id=widget.attrs.id %}
{% for group, options, index in widget.optgroups|slice:":9" %} {% if group %}
{% endif %} {% for option in options %}
{% include option.template_name with widget=option %}
{% endfor %} {% if group %}
{% endif %} {% endfor %} {% for group, options, index in widget.optgroups|slice:"9:" %} {% if group %}
{% endif %} {% for option in options %}
{% include option.template_name with widget=option %}
{% endfor %} {% if group %}
{% endif %} {% endfor %}
{% endwith %}