Temps de traitement : {{ difference }} jour{% if difference > 1 %}s{% endif %}
{% endif %} {% if reploc.dateEnvoiFour != null and reploc.dateRetourFour != null %} {% set difference = date(reploc.dateEnvoiFour).diff(date(reploc.dateRetourFour)).days %}Temps chez le fournisseur : {{ difference }} jour{% if difference > 1 %}s{% endif %}
{% else %}{% endif %}
Date d'enregistrement :
{{ reploc.dateEnr|date("d/m/Y") }}
Ecart :
{% set difference = date(reploc.dateEnr).diff(date(reploc.dateDiagnostic)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
Date diagnostic :
{{ reploc.dateDiagnostic|date("d/m/Y") }}
Ecart :
{% if reploc.dateDiagnostic %}
{% set difference = date(reploc.dateDiagnostic).diff(date(reploc.dateEnvoiFour)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
{% else %}
{% set difference = date(reploc.dateEnr).diff(date(reploc.dateEnvoiFour)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
{% endif %}
Date envoi fournisseur :
{{ reploc.dateEnvoiFour|date("d/m/Y") }}
Ecart :
{% set difference = date(reploc.dateEnvoiFour).diff(date(reploc.dateRetourFour)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
Date retour fournisseur :
{{ reploc.dateRetourFour|date("d/m/Y") }}
Ecart :
{% set difference = date(reploc.dateRetourFour).diff(date(reploc.dateRemiseLoc)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
Date remise en location :
{{ reploc.dateRemiseLoc|date("d/m/Y") }}
Ecart :
{% set difference = date(reploc.dateRetourFour).diff(date(reploc.dateFin)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
Date de fin :
{{ reploc.dateFin|date("d/m/Y") }}
Ecart :
{% if reploc.dateDiagnostic %}
{% set difference = date(reploc.dateDiagnostic).diff(date(reploc.dateRemiseLoc)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
{% else %}
{% set difference = date(reploc.dateEnr).diff(date(reploc.dateRemiseLoc)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
{% endif %}
Date remise en location :
{{ reploc.dateRemiseLoc|date("d/m/Y") }}
Ecart :
{% if reploc.dateDiagnostic %}
{% set difference = date(reploc.dateDiagnostic).diff(date(reploc.dateFin)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
{% else %}
{% set difference = date(reploc.dateEnr).diff(date(reploc.dateFin)).days %}
{{ difference }} jour{% if difference > 1 %}s{% endif %}
{% endif %}
Date de fin :
{{ reploc.dateFin|date("d/m/Y") }}