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