{% set error = errors[field.field_name] %}
{% if error %} {{ error[0] }} {% endif %}
{% if field.help_text %}

{{ field.help_text }}

{% endif %}
{# Hidden inputs written by the picker. facility_name and equipment_name have form_snippet: null in the schema so their only submission path is here. #}