{% if interventionReport.checkListInfo_doesPDPExist %}Oui{% else %}Non{% endif %}
{% if interventionReport.checkListInfo_isPDPArchived %}Oui{% else %}Non{% endif %}
Check-list avant intervention
Pour chaque réalisation effectuée sur le site d’une Entreprise Utilisatrice, avant le démarrage des travaux et impérativement en l’absence de participation à un PdP. Le Responsable d’Intervention SEURIZZ doit vérifier que l’EU a transmis les informations suivantes et qu’elles sont effectivement applicables.
Informations
Transmises
Applicable
Commentaires
{% for check in interventionReport.checkListTable %}
{{ check.info }}
{{ check.isTransmitted }}
{{ check.canApply }}
{{ check.comment }}
{% endfor %}
{% for issue in interventionReport.checkListInfo_issueList %}
{{ issue }}
{% endfor %}
{% for action in interventionReport.checkListInfo_immediateActionList %}