{% extends "base.html" %} {% block content %}

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

Ajouter une prestation générale
{% for prest in prestations %} {% endfor %}
Date Durée Participants Texte Auteur Action
{{ prest.date_prestation }} {{ prest.duree|format_duree }} {{ prest|sigles_intervenants }} {{ prest.texte|striptags }} {{ prest.auteur|sigle_personne }} {% if prest|can_edit:user %} {% endif %}
{% endblock %}