{% extends 'html/base.html' %} {% load static %} {% block title %} Mettre à jour Rapport Général {% endblock %} {% block content %}
Date de consultation : {{ general_report.date }}
Patients à suivre : {% for patient_to_follow in general_report.patient_to_follow.all %} {{ patient_to_follow.first_name }} {{ patient_to_follow.last_name }}, {% endfor %}
Ziguinchor Assistance Médicale
{% now "Y-m-d G:i:s" %}