{{ TabSalarie['USER'].Nom }} {{ TabSalarie['USER'].Prenom }} |
{% if TabSalarie['TOTAL']['HeuresRealisees'] is defined %}{{ TabSalarie['TOTAL']['HeuresRealisees'] }}{% endif %} |
{% if TabSalarie['TOTAL']['HeuresSupplementaires'] is defined %}{{ TabSalarie['TOTAL']['HeuresSupplementaires'] }}{% endif %} |
{% if TabSalarie['TOTAL']['HeuresSupPayees'] is defined %}{{ TabSalarie['TOTAL']['HeuresSupPayees'] }}{% endif %} |
{% if TabSalarie['TOTAL']['HeuresRecuperees'] is defined %}{{ TabSalarie['TOTAL']['HeuresRecuperees'] }}{% endif %} |
{% for Annee in TabSalarie['CALENDRIER'] %}
{% for Mois in Annee['MOIS'] %}
{% for Jour in Mois['JOURS'] %}
{% set CLASS = 'centrer aligndroit' %}
{% set CLASS2 = 'centrer aligndroit fondrouge bordDroit2' %}
{% if Jour['FERIE'] == 1 or Jour['WEEK-END'] == 1 %}
{% set CLASS = CLASS~' fondgrisfonce' %}
{% set CLASS2 = CLASS2~' fondgrisfonce' %}
{% endif %}
{% if Jour['HeuresRealisees'] is defined %}{{Jour['HeuresRealisees'] }}{% endif %} |
{% if Jour['HeuresSupplementaires'] is defined %}{{Jour['HeuresSupplementaires'] }}{% endif %} |
{% endfor %}
{% endfor %}
{% endfor %}