Contacts

Ajouter
{% if hotel.contacts()|length > 0 %} {% for contact in hotel.contacts %} {# #} {% endfor %}
Nom Prénom Fonction Adresse mail Téléphone fixe Téléphone portable Actions
{{ contact.nom }} {% if contact.prenom %}{{ contact.prenom }}{% else %}-----{% endif %} {% if contact.fonction %}{{ contact.fonction }}{% else %}-----{% endif %} {% if contact.email %}{{ contact.email }}{% else %}-----{% endif %} {% if contact.telephoneFix %}{{ contact.telephoneFix }}{% else %}-----{% endif %} {% if contact.telephonePortable %}{{ contact.telephonePortable }}{% else %}-----{% endif %}
{% else %}

Aucun contact disponible

{% endif %}
{% block modals %} {% include "hotel/client/modals/contact/create.html.twig" %} {% include "hotel/client/modals/contact/edit.html.twig" %} {% endblock %}