Informations Hôtel

{% if errors is defined and errors.nom is defined %} {% for error_nom in errors.nom %}

{{ error_nom }}

{% endfor %} {% endif %}
{% if errors is defined and errors.adresse is defined %} {% for error_adresse in errors.adresse %}

{{ error_adresse }}

{% endfor %} {% endif %}
{% if errors is defined and errors.nombre_etoiles is defined %} {% for error_nombre_etoiles in errors.nombre_etoiles %}

{{ error_nombre_etoiles }}

{% endfor %} {% endif %}
{% if errors is defined and errors.nombre_chambre is defined %} {% for error_nombre_chambre in errors.nombre_chambre %}

{{ error_nombre_chambre }}

{% endfor %} {% endif %}
{% if errors is defined and errors.capacite is defined %} {% for error_capacite in errors.capacite %}

{{ error_capacite }}

{% endfor %} {% endif %}
{% if errors is defined and errors.participed_bungalow1 is defined %} {% for error_participed_bungalow1 in errors.participed_bungalow1 %}

{{ error_participed_bungalow1 }}

{% endfor %} {% endif %}
{% set selectedCertifs = hotel is defined ? hotel.certifications|default([]) : data.certifs|default([]) %}