{% for event, state, missing_participants, inactive_participants in next_rdvs %} {% if event.act.id %} {% else %} {% endif %} {% endfor %}
Date Pointage Type d'acte Intervenants Commentaire
{% firstof event.start_datetime|date:"l d/m/y H:i"|title %}{% if missing_participants or inactive_participants %} {% endif %} {% if state %}{% if state.state_name != 'VALIDE' %}{% endif %}{{ state }}{% if state.state_name != 'VALIDE' %}{% endif %}{% else %}Non pointé.{% endif %} {{ event.act_type }} {% for participant in event.participants.all %} {% if participant in missing_participants %} {{ participant.first_name }} {{ participant.last_name }} {% elif participant in inactive_participants %} {{ participant.first_name }} {{ participant.last_name }} {% else %} {{ participant.first_name }} {{ participant.last_name }} {% endif %} {% endfor %}{{ event.act.comment }}{{ event.description }}