{% load crispy_forms_field %} {% if 'archive-file-input' in field.field.widget.attrs.class|default:'' %} {{ field.as_widget }} {% include 'bootstrap5/layout/help_text_and_errors.html' %} {% else %} {% 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 %} {% endif %}