{% if tache.client %}
{% else %}
{% endif %}
{{ tache.client.name}}
{{ tache.title}}
{{ tache.description }}
{% for userAttr in tache.usersAttr %}
{{ userAttr }}
{% endfor %}
Commentaire:
{{ tache.commentaire }}