{##} {% for info in TabInfosPaie['infos'] %} {% endfor %}
  PRIMES
Salarié Absences
({{ TabInfosPaie['TabDatesOuvrees']|length }} j. ouvrés)
Observation H. Sup.
(solde)
H. Sup.
(mois)
H. Payées H. Récup. Trajets Paniers
{{ info['SALARIE'].Nom }} {{ info['SALARIE'].Prenom }} {% if info['POINTAGE_JOUR']['TOTAL']['NBRE_ABSENCES_OUVREES'] is defined %} {{ info['POINTAGE_JOUR']['TOTAL']['NBRE_ABSENCES_OUVREES'] }} {% endif %} {% if info['SOLDES']['HeuresSupplementairesRestantes'] is defined and info['SOLDES']['HeuresSupplementairesRestantes'] > 0 %} {{ info['SOLDES']['HeuresSupplementairesRestantes'] }} {% endif %} {% if info['POINTAGE_JOUR']['TOTAL']['HEURES_SUP'] is defined and info['POINTAGE_JOUR']['TOTAL']['HEURES_SUP'] > 0 %} {{ info['POINTAGE_JOUR']['TOTAL']['HEURES_SUP'] }} {% endif %} {% if info['POINTAGE_JOUR']['TOTAL']['ZONES'] is defined and info['POINTAGE_JOUR']['TOTAL']['ZONES']|length > 0 %} {% for code,nbre in info['POINTAGE_JOUR']['TOTAL']['ZONES'] %} {% endfor %}
{{ code }} {{ nbre }}
{% endif %}
{% if info['POINTAGE_JOUR']['TOTAL']['NBRE_JOURS_PANIER'] is defined and info['POINTAGE_JOUR']['TOTAL']['NBRE_JOURS_PANIER'] > 0 %} {{ info['POINTAGE_JOUR']['TOTAL']['NBRE_JOURS_PANIER'] }} {% endif %}