{% for field in evaluation_form %} {% if field == evaluation_form.general_questionnaires %}
{% include 'bootstrap_form_field_label.html' with field=field class='col-md-3 pe-4' %}
{% include 'bootstrap_form_errors.html' with errors=field.errors %} {% include 'questionnaires_widget.html' with field=field %}
{% else %} {% include 'bootstrap_form_field.html' with field=field %} {% endif %} {% endfor %}