{{ user.get_full_name }}
{% if user.telephone %} {{ user.telephone }} {% endif %}
Details- Age: 23 ans
- Group Sanguin: O+
- Taille: {{ user.taille }}
- Poids: {{ user.poids }}
Santé Générale
Votre activité
Votre conditions de Santé
Vos Rendez-vous
{% include "patient_appoint.html" %}
-
{% comment %} Afficher les rendez-vous accepter a venir {% endcomment %}
{% for appointment in appointments %}
{% comment %} {% if appointment.status == 'accepted' and appointment.date|date:"Y-m-d" >= today|date:"Y-m-d" %} {% endcomment %}
-
{{ appointment.doctor.specialite }}
{{ appointment.date }} {{ appointment.time }}
Dr.{{ appointment.doctor.get_full_name }}
{% comment %} {% endif %} {% endcomment %}
{% empty %}
Aucun rendez-vous à venir
{% endfor %}
Chatbot