{% 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 'crispy-daisyui/layout/help_text_and_errors.html' %}
{% endfor %}