{{ form_start(form, {
attr: {
'data-action': 'live#action:prevent',
'data-live-action-param': 'save',
'data-model': 'norender|*',
'class': 'flex flex-col gap-2 md:gap-4 justify-center'
}
}) }}
{% if location %}
{% else %}

{% endif %}
{{ form_label(form.entrerAt) }}
{{ form_widget(form.entrerAt) }}
{{ form_label(form.exitAt) }}
{{ form_widget(form.exitAt) }}
{{ form_widget(form.location, {'attr': {'data-model': 'locationId', 'data-action': 'live#action', 'data-live-action-param': 'updatedLocationId'}}) }}
{{ form_widget(form.enclosure) }}
{{ form_end(form) }}
{% if this.showPasswordModal %}
{% endif %}