Référence RMA :
{{ rma.code }}
Statut actuel :
{{ rma.displayStatus }}
Client :
{{ rma.clientName }}
Matériel :
{% if rma.articleDesignation == '' %}INCONNU{% else %}{{ rma.articleDesignation }}{% endif %}
Référence matériel :
{% if rma.articleCode == '' %}INCONNU{% else %}{{ rma.articleCode }}{% endif %}
Date prévisionnelle de réparation :
{% if rma.datePlanifRepar != null %}{{ rma.datePlanifRepar| date("d/m/Y") }}{% endif %}