{# #}

Fiche intervenant

{% if tache %}

Tâche : {{tache}}

{% endif %} {% if intervenant.contact %}

{{ intervenant.contact.nom }} {{ intervenant.contact.prenom }}

{% endif %}

Date : {{ date | date('d/m/Y') }}

{% if observation %}

Observation: {{ observation}}

{% endif %} {% if duree %}

Durée : {{ duree |date('H') }} : {{ duree |date('i') }}

{% endif %} {% if cout %}

Coût : {{ cout}} €

{% endif %} {% if realisations %}

Realisation: {{ realisations }}

{% endif %} {% if entreprise %}

Entreprise : {{entreprise}}

{% endif %} {% if intervenant.payer %}

Intervention réglée

{% else %}

Intervention non réglée

{% endif %}