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

Bonjour, {{ proprietaire.prenom_proprietaire }} !

{% for pokemon in pokemons %} {% endfor %} {% for pokemon in pokemons %} {% for info in list_poke_infos %} {% if info.id == pokemon.id_pokemon %} {% endif %} {% endfor %} {% endfor %}
{% for line in table_lines %} {% endfor %}
Nom (Espèce) Admission
Sortie
Blessures Hospitalisation Employé Pokéball
(Volume)
Prix
(en €)
{{ line.0 }}

{{ line.1 }}
{{ line.2 }}

{{ line.3 }}
{{ line.4 }} {{ line.5 }} jours

{% if line.11 %} Sorti {% else %} Hospitalisé {% endif %}
{{ line.6 }} {{ line.7 }} {{ line.8 }}

{{ line.9 }} cm3
{{ line.10 }}
{% endblock %}