{% extends "page_de_fond.html" %} {% block body %}

Bonjour, {{ employe.prenom_employe }} !





{% for jointure in jointure_employes %} {% endfor %}
Client Patient (Espèce) Description des blessures Sorti / Hospitalisé
Date arrivée / sortie (hospitalisation)
Employé Type pokéball (Volume) Facturation (en €)
{{ jointure.prenom_client }} {{ jointure.nom_client }}

{{ jointure.adresse_client }}
{{ jointure.nom_patient }}

({{ jointure.espece_patient }})
{{ jointure.blessures }} {% if jointure.est_sorti %} Sorti {% else %} Hospitalisé {% endif %}

{{ jointure.date_arrivee}} / {{jointure.date_sortie }}
({{ jointure.hospitalisation }} jours)
{{ jointure.prenom_medecin }} {{ jointure.nom_medecin }} {{ jointure.type_pokeball }}

{{jointure.volume_pokeball}} cm3
{{ jointure.facturation }}
{% comment %} - rechercher des pokemon précis
- rechercher des clients (tous les dossiers qui les concernent ou juste des infos sur eux)
- rechercher des dossiers (actifs et archivés)
- rechercher des pokéball
- ajouter la possibilité de se déconnecter (en vidant les infos de la session)
{% endcomment %}

{% endblock %}