{% load static %} {% load bootstrap5 %} {% block title %}Patient{% endblock %} {% comment %} {% endcomment %} {% bootstrap_css %} {% bootstrap_javascript %}

Rendez-vous Acceptés

{% for appointment in appointments %} {% empty %} {% endfor %}
Patient Date Motif Messages Dossier Medical Suivie
{{ appointment.patient.get_full_name }} {{ appointment.date }} {{ appointment.motif }} {% comment %} chat {% endcomment %} chat visibility Faire le Suivie
Aucun rendez-vous accepté.
Chat
video_call {% comment %} call {% endcomment %}
{% if messages %} {% for message in messages %}

{{ message.content }}

{{ message.timestamp|date:"d/m/Y H:i" }}
{% empty %}

Aucun message.

{% endfor %} {% else %}

Aucun message.

{% endif %}