{% load crispy_forms_field %} {% for widget in field.subwidgets %} {% if widget.data.is_initial %}
{{ widget.data.initial_text }}
{{ field.value.name }} {% if not widget.data.required %} {% endif %}
{% endif %} {% include 'bootstrap5/layout/help_text_and_errors.html' %} {% endfor %}