{% extends 'base.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Planning

{% if 'ROLE_ADMIN' in app.user.roles %} {% endif %} {% for key,task in tasks_list %} {% for keyy,tas in task %} {% if keyy == 'event' %} {% if 'ROLE_ADMIN' in app.user.roles %} {% endif %} {% else %} {% set i = 0 %} {% for t in tas %} {% if i == 0 %} {% if 'ROLE_ADMIN' in app.user.roles %} {% endif %} {% endif %} {% set i = 1 %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
Tache Chef de projet Designer BRIEF Fiche presta Etat de l'éventAction

{{ tas.title }}

{{ tas.date_start|date('d/m/Y') }} --> {{ tas.date_end|date('d/m/Y') }}
{{ 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 %}
{#
#} {#
#} {#
#} {# #} {# Create New#} {# #} {#
#} {#

Drag and drop your event or click in the calendar

#} {#
#} {# New Theme Release#} {#
#} {#
#} {# My Event#} {#
#} {#
#} {# Meet manager#} {#
#} {#
#} {# Create New theme#} {#
#} {#
#} {# #} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {#
#}
{% endblock %} {% block javascripts %} {# #} {# #} {{ parent() }} {% endblock %}