{% block stylesheets %} {% endblock %} {% block body %} {% if status == 'ok' %}
{# #} {% 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 %}
{{ reploc.displayStatus }}
{{ reploc.createdAt | date("d/m/Y") }}
{{ reploc.getBarCodeImg() | raw }}
{% if reploc.getArticleCode or reploc.getArticleName%}
Matériel
{% if reploc.getArticleCode %}
{{ reploc.articleCode }}
{% endif %} {% if reploc.getArticleName%}
{{ reploc.articleName }}
{% endif %}
{% endif %}
Enregistrement
{% if reploc.getEnregistrementIntervenant %}
{{ reploc.enregistrementIntervenant.firstName ~ ' ' ~ reploc.enregistrementIntervenant.name }}
{% endif %}
{% if reploc.getEnrFilenamePict %} {% else %}
Aucune
{% endif %}
{{ reploc.getEvenement }}
{% if reploc.getEvenementText %}
{{ reploc.evenementText }}
{% endif %}
{% if reploc.isStatusTermine or reploc.isStatusFourEnv or reploc.isStatusDiag %} {% if reploc.dateDiagnostic %}
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.diagnosticDurationHour != null %}{{ reploc.diagnosticDurationHour ~ 'h ' }}{% endif %}{% if reploc.diagnosticDurationMinute != null %}{{ reploc.diagnosticDurationMinute }}{% endif %}
{% if reploc.isRep %}
{{ 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 %}
{% endif %}
{% endif %} {% endif %} {% if reploc.getFourName %}
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 %}
{% endif %} {% if reploc.isStatusDiag or reploc.isStatusFourEnv and user.isAdmin or user.hasServiceRepLocAdmin%}
{% endif %}
{% elseif status == 'submit' %} {% else %}

Aucune Rep Loc trouvée

{% endif %} {% endblock %} {% block modal %} {% if status == 'ok' %}
{% endif %} {% endblock %} {% block javascripts %} {% endblock %}