{% extends "agenda/base.html" %} {% block body-class %}{{ block.super }} no-left-column{% endblock %} {% block appbar %}
Activité du {{ service_name }} - {{ date|date:"DATE_FORMAT"|title }} | ||||
---|---|---|---|---|
Heure | Libellé | Absence | Type d'acte | Intervenants |
{{ row_appointments.0 }} | {% for appointment in row_appointments.1.appointments %} {% if forloop.counter != 1 %}||||
{{ appointment.label }}{% if appointment.paper_id %} - {{ appointment.paper_id }} {% endif %}{% if appointment.workers_absent %} {% endif %} | {% if appointment.absent %}{{ appointment.state }}{% endif %} | {% if appointment.type != 2 %}{{ appointment.act }} | {% endif %}
{% if appointment.len_participants > 10 %}
{% if appointment.workers_absent %}{% endif %}
{{ appointment.len_participants }} intervenants
{% if appointment.workers_absent %}{% endif %}
{% else %}
{% for participant in appointment.participants %}
{% if participant in appointment.workers_absent %}{% endif %}
{{ participant.last_name }} {{ participant.first_name }} {% if participant in appointment.workers_absent %}{% endif %} {% endfor %} {% endif %} |