{% extends 'dossiers/patientrecord_tab.html' %} {% block print-button %}
{% endblock %} {% block content %}
{% for event, state, missing_participants, inactive_participants in next_rdvs %} {% if event.act.id %} {% else %} {% endif %} {% endfor %}
Date Pointage Type d'acte Intervenants Commentaire
{{ event.start_datetime|date:"SHORT_DATE_FORMAT" }} {% firstof event.start_datetime|date:"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 }}
{% endblock %} {% block print-actions %}filter_date_bounds('#ui-tabs-6', '.basic', 'td span.date');{% endblock %}