{% load crispy_forms_field %}
{% if field.label and form_show_labels %} {% endif %} {% if field_class %}
{% endif %} {% 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 "screenshots/snippets/paste-button.html" %}
{% include "bootstrap5/layout/help_text_and_errors.html" %}
{% endfor %} {% if field_class %}
{% endif %}