{% extends 'base.html.twig' %} {% block body %}
Plans de Comptage - {{ plan_comptage.hotel.nom }} - Modification
{% include "./layouts/message_flash.html.twig" %}
{% include "./plan_comptage/form.html.twig" %}

Date de création et envoi

{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('plan_comptage_form') }} {% endblock %}