{% extends "base.html.twig" %} {% block title %} Compte rendu journalier {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}

Compte rendu journalier

Filtre par Année :

Filtre par date :

{% set i = 0 %} {% for item in items %}

{{ item.getCreatedAt() | date('d/m/Y') }}

Direction

{{ item.getCrjDirection() }}

Service RH

{{ item.getCrjServiceRh() }}

Commercial

{{ item.getCrjCommercial() }}

Comptabilité

{{ item.getCrjComptable }}

Réception

{{ item.getCrjReception() }}

Restaurant

{{ item.getCrjRestaurant() }}

Spa

{{ item.getCrjSpa() }}

Service techniques

{{ item.getCrjSTechnique() }}

Litiges

{{ item.getCrjLitiges() }}

{% endfor %}
    {% endblock %} {% block javascripts %} {% endblock %}