{% extends 'base.html.twig' %} {% block body %}
Plans de Comptage {% if not is_granted('ROLE_WIIFOR') %} {% endif %}
{% if plan_comptages|length == 0 %}

Aucun plans de comptage

{% else %}
{% include "./layouts/message_flash.html.twig" %}
{% for plan_comptage in plan_comptages %} {% endfor %}
Hôtel Réf-Projet SIRET Version Mis à jour le Envoyé le Actions
{{ plan_comptage.hotel.nom }}
{{ plan_comptage.hotel.adresse.ville }}
{{ plan_comptage.refProjet ?? "-----" }} {{ plan_comptage.hotel.siret != "" ? plan_comptage.hotel.siret : "-----" }} V{{ plan_comptage.version ?? "-----" }} {{ plan_comptage.updateAt ? plan_comptage.updateAt|date('d/m/Y H:i') : "-----" }} {{ plan_comptage.sendAt ? plan_comptage.sendAt|date('d/m/Y H:i') : "-----" }} {% if not is_granted('ROLE_WIIFOR') %} {% endif %}
{% endif %}
{% endblock %} {% block modals %} {% if is_granted('ROLE_ADMIN') %} {% include "./hotel/client/modals/verifications.html.twig" %} {% endif %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('plan_comptage_datatable') }} {% endblock %}