{% block entete %}

{{ reunion.type_reunion|title }}: {{ reunion.titre_reunion }}


{{ reunion.date|date:"d/m/Y" }}
Thème : {{ reunion.theme }}

Lieu : {{ reunion.lieu }}

Durée : {{ reunion.duree }} heures

Modérateur : {{ reunion.modérateur }}

Régulateurs : {{ reunion.regulateurs|safe }}

Statut : {{ reunion.statut }}

Temps d'arrivée moyen : {{ reunion.temps_arrivee }}

Nombre de prises de parole : {{ reunion.nombre_prises_parole }}

Budget : {{ reunion.budget }} FCFA

Liste des Participants ({{ reunion.participants.count }})

{% for participant in reunion.participants.all %} {% empty %} {% endfor %}
# Nom Prénom Sexe Âge Provenance Activité
{{ forloop.counter }} {{ participant.nom }} {{ participant.prenom }} {{ participant.sexe }} {{ participant.age }} {{ participant.provenance }} {{ participant.activite }}
Aucun participant enregistré.

Résumé Exécutif :

{{ reunion.resume_executif|safe }}
{% endblock %} {% block board %}
{% endblock %} {% block chart %} {% endblock %} {% block tache %} {% endblock %} {% block ticket %} {% endblock %}