{% extends "base.html" %} {% block title %}{{ m.nom }} - Détail{% endblock %} {% block content %} ← Retour

{{ m.nom }}

{% if m.year %}{{ m.year }}{% endif %} {% if m.pays %}• {{ m.pays }}{% endif %}
{% if m.titre %}
Titre original : {{ m.titre }}
{% endif %} {% if m.date %}
Date de sortie : {{ m.date }}
{% endif %} {% if m.acteurs %}
Acteurs : {{ m.acteurs }}
{% endif %} {% if m.desc %}

Résumé

{{ m.desc }}

{% endif %} {% if m.path %}

Chemin

{{ m.path }}
{% endif %}
{% endblock %}