{% load static %}
{% if livres %}
Matière | Titre | Auteurs | Éditeur | Annee | ISBN | Prix indicatif |
---|---|---|---|---|---|---|
{{ l.discipline }} | {{ l.titre }} | {{ l.Auteurs }} | {{ l.editeur }} | {{ l.Annee_Depot_Legal }} | {{ l.ISBN }} | {{ l.Prix|floatformat:2 }} € |
Pas de livres prévus pour {{ niveau }}/{{ filiere }}
{% endif %}