{# #}
{% if rma.isStatusNull == false and rma.isStatusZero == false and rma.isStatusTermine == false %}
{% endif %}
Général
{{ rma.code }}
{% if rma.type %}
{{ rma.type }}
{% else %}
Inconnu
{% endif %}
{% if rma.getBusinessManager %}
{{ rma.businessManager.firstName ~ ' ' ~ rma.businessManager.name }}
{% else %}
Inconnu
{% endif %}
{% if rma.getBusinessManager %}
{{ rma.businessManager.email }}
{% else %}
Inconnu
{% endif %}
{{ rma.displayStatus }}
{{ rma.createdAt | date("d/m/Y") }}
{{ rma.dateReception | date("d/m/Y") }}
{{ rma.getBarCodeImg() | raw }}
Client
{{ rma.clientName }}
{{ rma.clientCode }}
{{ rma.clientAgence }}
Contact
{{ rma.contactName }}
{{ rma.contactEmail }}
{{ rma.contactFormDate | date("d/m/Y") }}
Matériel
{{ rma.articleDesignation }}
{{ rma.articleCode }}
{{ rma.articleBuyDate | date("d/m/Y")}}
{{ rma.articleNumFacture }}
Réception
{% if rma.receptionIntervenant %}
{% endif %}
{% if rma.filenameExt %}
{% endif %}
{% if rma.filenameInt %}
{% endif %}
{% if rma.filenameAcc %}
{% endif %}
{% endif %}
{{ rma.receptionIntervenant.firstName ~ ' ' ~ rma.receptionIntervenant.name }}
{{ rma.receptionExt }}
{{ rma.receptionInt }}
{{ rma.receptionAcc }}
Diagnostic
{% if rma.dateDiagnostic != null %}{{ rma.dateDiagnostic | date("d/m/Y") }}{% endif %}
{% if rma.diagnosticIntervenant != null %}{{ rma.diagnosticIntervenant.firstName ~ ' ' ~ rma.diagnosticIntervenant.name }}{% endif %}
{% if rma.diagnosticIntervenant != null %}{{ rma.diagnosticIntervenant.email }}{% endif %}
{% if rma.diagnosticDurationHour != null %}{{ rma.diagnosticDurationHour ~ 'h ' }}{% endif %}{% if rma.diagnosticDurationMinute != null %}{{ rma.diagnosticDurationMinute }}{% endif %}
{{ rma.diagnosticTestFonctMat }}
{{ rma.diagnosticDefaultNoted }}
{{ rma.diagnosticTestRepair }}
{% if rma.isCalibration %}{{ rma.diagnosticCalibText }}{% else %}Non{% endif %}
{{ rma.diagnosticConclusionDiag }}
Diagnostic
{% if rma.dateDiagnostic != null %}{{ rma.dateDiagnostic | date("d/m/Y") }}{% endif %}
{% if rma.diagnosticIntervenant != null %}{{ rma.diagnosticIntervenant.firstName ~ ' ' ~ rma.diagnosticIntervenant.name }}{% endif %}
{% if rma.diagnosticIntervenant != null %}{{ rma.diagnosticIntervenant.email }}{% endif %}
{% if rma.diagnosticDurationHour != null %}{{ rma.diagnosticDurationHour ~ 'h ' }}{% endif %}{% if rma.diagnosticDurationMinute != null %}{{ rma.diagnosticDurationMinute }}{% endif %}
{{ rma.diagnosticAccessories }}
{{ rma.diagnosticDiag }}
{{ rma.diagnosticRep }}
{{ rma.diagnosticCalib }}
{% if not rma.isDisplayDevis %}
{% endif %}
{% if rma.isDisplayFournisseur %}
{% endif %}
{% if rma.isDisplayFournisseur %}
{% if not user.hasServiceDemo %}
Devis
{% if rma.dateDevis != null %}{{ rma.dateDevis | date("d/m/Y") }}{% endif %}
{{ rma.codeDevis }}
Fournisseur
{{ rma.fourName }}
{{ rma.rmaFourRef }}
{% if rma.dateEnvoiFour != null %}{{ rma.dateEnvoiFour | date("d/m/Y") }}{% endif %}
{% if rma.dateRetourFour != null %}{{ rma.dateRetourFour | date("d/m/Y") }}{% endif %}
{{ rma.commentaireRetourFour }}
{% if rma.dateRetourMateriel != null %}{{ rma.dateRetourMateriel | date("d/m/Y") }}{% endif %}
Commande client
{% if rma.dateValidationDevis != null %}{{ rma.dateValidationDevis | date("d/m/Y") }}{% endif %}
{{ rma.codeCommande }}
{% if rma.datePlanifRepar != null %}{{ rma.datePlanifRepar | date("d/m/Y") }}{% endif %}
Bon de livraison de prise sous garantie
{% if rma.dateBlRemplacement != null %}{{ rma.dateBlRemplacement | date("d/m/Y") }}{% endif %}
{{ rma.blRemplacementCode }}
{{ rma.commentaireBlRemplacement|nl2br }}
Bon de livraison
{% if rma.dateFin != null %}{{ rma.dateFin | date("d/m/Y") }}{% endif %}
{{ rma.blCode }}
{{ rma.commentaireFin|nl2br }}