Planning
| Tache | Chef de projet | Designer | BRIEF | Fiche presta | Etat de l'évent | {% if 'ROLE_ADMIN' in app.user.roles %}Action | {% endif %}
|---|---|---|---|---|---|---|
{{ tas.title }}{{ tas.date_start|date('d/m/Y') }} --> {{ tas.date_end|date('d/m/Y') }} |
{% if 'ROLE_ADMIN' in app.user.roles %}
{% endif %} | |||||
| {{ tas.title }} | {{ tas.manager.firstName }} {{ tas.manager.lastName }} | {% if tas.designer %} {{ tas.designer.firstName }} {{ tas.designer.lastName }} {% else %} {% if 'ROLE_PROJECT_MANAGER' in app.user.roles %} {% if tas.designer %} {{ tas.designer.firstName }} {{ tas.designer.lastName }} {% else %} ajouter designer {% endif %} {% else %} - {% endif %} {% endif %} | {% if tas.brief %} voir BRIEF {% else %} {% if 'ROLE_PROJECT_MANAGER' in app.user.roles %} {% if tas.brief != null %} voir BRIEF {% else %} ajouter BRIEF {% endif %} {% else %} - {% endif %} {% endif %} | {% if tas.presta %} voir fiche presta {% else %} {% if 'ROLE_PROJECT_MANAGER' in app.user.roles %} {% if tas.presta != null %} voir fiche presta {% else %} ajouter fiche presta {% endif %} {% else %} - {% endif %} {% endif %} | {% if tas.status == 0 %} En attente {% elseif tas.status == 1 %} En cours {% elseif tas.status == 2 %} Terminé {% endif %} | {% if 'ROLE_ADMIN' in app.user.roles %}{% endif %} |
{#
#}
{# #}
{#
#}