{# templates/planning/poste/week.html.twig #} {% extends 'base.html.twig' %} {% block specificjs %} {% endblock %} {% block page %} {% include 'planning/poste/menu.html.twig' %} {% for day in days %} {% if day.tab %}

{{ day.date | datefull }} {% if day.verrou and day.tab %} Validation : {{ day.perso2 }} {{ day.date_validation2 }} {{ day.heure_validation2 }} {% else %} {% if autorisationN1 %} Attention ! Le planning du {{ day.date | datefr }} n'est pas validé ! {% else %} Le planning du {{ day.date | datefr }} n'est pas validé ! {% endif %} {% endif %}

{% if day.verrou or autorisationN1 %}
{% for t in day.tabs %} {% for h in t.horaires %} {% endfor %} {% for l in t.lignes %} {% if l.type == 'poste' and l.poste %} {% for t in l.line_time %} {% if t.disabled %} {% else %} {{ t.position_cell | raw }} {% endif %} {% endfor %} {% endif %} {% if l.type == 'ligne' %} {% endif %} {% endfor %} {% endfor %}
{{ t.titre }} {% if config('Planning-TableauxMasques') %} {% endif %} {{ h.debut | hour_from_his }}-{{ h.fin | hour_from_his }}
{{ l.position_name }} {% if config('Affichage-etages') and l.position_floor %} ({{ l.position_floor }}) {% endif %}  
{{ l.line_sep }}  
 
{% endif %}
{{ day.notes | raw_black_listed }}
{% endif %} {% endfor %} {% endblock %}