{% load crispy_forms_filters l10n %}
{% for group, options, index in field|optgroups %} {% if group %} {{ group }} {% endif %} {% for option in options %}
{% endfor %} {% endfor %}
{% include 'unfold_crispy/layout/help_text_and_errors.html' %}