{% extends "base.html" %} {% block content %}
{% for month in months %} | {{ month|date:"N" }} | {% endfor %}Total | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Intervenant·e·s {{ unite|upper }}Heures prestées |
||||||||||||||
{{ user|nom_prenom_abreg }} | {% for h in detail.heures_prestees %}{{ h|format_duree|default_if_zero }} | {% endfor %}{{ detail.tot_prestees|format_duree }} | ||||||||||||
{% for month in months %} | {{ month|date:"N" }} | {% endfor %}Total | ||||||||||||
{{ libelle.nom }} | {% for month, data in totaux_prest_mensuels.items %}{% if month.is_future %}-{% else %}{{ data|get_item:libelle.nom|format_duree }}{% endif %} | {% endfor %}{{ totaux_par_prest|get_item:libelle.nom|format_duree }} | ||||||||||||
Totaux | {% for month, data in totaux_prest_mensuels.items %}{{ data.total|format_duree }} | {% endfor %}{{ total_gen|format_duree }} |