{# #}
{% if reploc.isStatusDiag or reploc.isStatusFourEnv or reploc.isStatusFourP %}
{% endif %}
Général
{{ reploc.code }}
{% if reploc.type %}
{{ reploc.type }}
{% else %}
Inconnu
{% endif %}
{% if reploc.getEnregistrementIntervenant %}
{{ reploc.enregistrementIntervenant.firstName ~ ' ' ~ reploc.enregistrementIntervenant.name }}
{% else %}
Inconnu
{% endif %}
{% if reploc.getEnregistrementIntervenant %}
{{ reploc.enregistrementIntervenant.email }}
{% else %}
Inconnu
{% endif %}
{{ reploc.displayStatus }}
{{ reploc.createdAt | date("d/m/Y") }}
{{ reploc.getBarCodeImg() | raw }}
Matériel
{% if reploc.getArticleCode %}
{% endif %}
{% if reploc.getArticleName%}
{% endif %}
{{ reploc.articleCode }}
{{ reploc.articleName }}
Enregistrement
{% if reploc.getEnregistrementIntervenant %}
{% endif %}
{% if reploc.getEvenementText %}
{% endif %}
{{ reploc.enregistrementIntervenant.firstName ~ ' ' ~ reploc.enregistrementIntervenant.name }}
{{ reploc.getEvenement }}
{{ reploc.evenementText }}
Diagnostic
{% if reploc.dateDiagnostic != null %}{{ reploc.dateDiagnostic | date("d/m/Y") }}{% endif %}
{% if reploc.diagnosticIntervenant != null %}{{ reploc.diagnosticIntervenant.firstName ~ ' ' ~ reploc.diagnosticIntervenant.name }}{% endif %}
{% if reploc.diagnosticIntervenant != null %}{{ reploc.diagnosticIntervenant.email }}{% endif %}
{% if reploc.diagnosticDurationHour != null %}{{ reploc.diagnosticDurationHour ~ 'h ' }}{% endif %}{% if reploc.diagnosticDurationMinute != null %}{{ reploc.diagnosticDurationMinute }}{% endif %}
{{ reploc.diagnosticNumAffaire }}
{% if reploc.diagnosticDateRecMat != null %}{{ reploc.diagnosticDateRecMat | date("d/m/Y") }}{% endif %}
{{ reploc.diagnosticTestFonctMat }}
{{ reploc.diagnosticDefaultNoted }}
{{ reploc.diagnosticPropRep }}
{% if reploc.isCalibration %}{{ reploc.diagnosticCalibText }}{% else %}Non{% endif %}
{% if reploc.getDiagnosticConclusionDiag %}{{ reploc.diagnosticConclusionDiag }}{% else %}Aucun{% endif %}
Fournisseur
{{ reploc.fourName }}
{% if reploc.dateEnvoiFour != null %}{{ reploc.dateEnvoiFour | date("d/m/Y") }}{% endif %}
{% if reploc.dateCommentaireFour != null %}{{ reploc.dateCommentaireFour | date("d/m/Y") }}{% endif %}
{{ reploc.commentaireRetourFour }}
{% if reploc.dateRetourFour != null %}{{ reploc.dateRetourFour | date("d/m/Y") }}{% endif %}