Attribué à:
{% for userAttr in tache.usersAttr %}
{{ userAttr }}
{% endfor %}
{% if tache.client %}
{% endif %}
Description:
{{ tache.description }}
{% if tache.image != null %}
{% endif %}
Status:
{% if tache.Status == "NF" %}
{% elseif tache.Status == "EC" %}
{% else %}
{% endif %}
Urgent:
{% if tache.isUrgent %}
Oui
{% else %}
Non
{% endif %}
A facturer:
{% if tache.toCharge %}
Oui
{% else %}
Non
{% endif %}
Historique:
{% for historique in historiques %}
{{ historique.description }}
{% endfor %}
Commentaire:
{{ tache.commentaire }}