{% include('pdf/audit-chantier/style.html.twig') %}

AUDIT CHANTIER

Évaluation du comportement QSSE du personnel
{{ auditDeChantier.numero }}
{{ company.address1 }}
{{ company.address2 }}
{{ auditDeChantier.responsableChantier }}
{{ auditDeChantier.client }}
{{ auditDeChantier.chantier }}
{{ auditDeChantier.lieu }}
{{ auditDeChantier.date }}
Personnes auditées
{% for personne in personnesAudites %} {% endfor %}
Nom Prénom Matricule Fonction Signature
{{ personne.nomPrenom }} {{ personne.matricule }} {{ personne.fonction }} {% if personne.signature is not empty %} Signature {% endif %}
Audit
{% for point in pointsAudit %} {% endfor %}
Point à vérifier Contrôle Observations
{{ point.point }} {{ point.controle }} {{ point.observations }}
{{ auditDeChantier.commentaireGlobale|raw }}
{% for visuel in visuels %} visuel {% endfor %}
Actions proposées
{% for action in listeDesActions %} {% endfor %}
Type Date Responsable Actions
{{ action.type }} {{ action.date }} {{ action.responsable }} {{ action.actions }}