{% extends "base.html" %} {% load static my_tags %} {% block content %}

{% if prev_month %} {% endif %} {{ current_date.month|month_name }} {{ current_date.year }} {% if next_month %} {% endif %}

{% for prest in object_list %} {% empty %} {% endfor %}
Date Durée Famille Intervenant-e-s Contenu Auteur Prestation Actions
{{ prest.date_prestation|date:"d.m.Y" }} {{ prest.duree|strip_seconds }} {{ prest.famille.nom }} {{ prest|sigles_intervenants }} {{ prest.texte|truncate_html_with_more:20 }} {{ prest.auteur|sigle_personne }} {{ prest.lib_prestation.nom }} {% if prest|can_edit:user %} {% endif %}
Aucune prestation saisie
RÉCAPITULATIF pour {{ current_date.month|month_name }} {{ current_date.year }}
{% for code, total in totaux %} {% endfor %}
Total prestations {{ code }} {{ total|strip_seconds|default:'00:00' }}
Total {{ total_final|strip_seconds|default:'00:00' }}
{% endblock %}