{% load crispy_forms_field %} {% if field.is_hidden %} {{ field }} {% else %} {% if field.label %}
{% endif %}
{% with widget=widget.subwidgets.0 %} {% include widget.template_name %} {% endwith %}
{% with widget=widget.subwidgets.1 %} {% include widget.template_name %} {% endwith %}
{% with widget=widget.subwidgets.2 %} {% include widget.template_name %} {% endwith %}
{% endif %}