{% extends "base.html" %} {% block title %}Films - Kodi{% endblock %} {% block content %}
| Poster | Nom | Titre originel | Acteurs | Pays | Année | Date | Chemin |
|---|---|---|---|---|---|---|---|
| {% if m.poster %} |
{{ m.nom|default('—') }} | {{ m.titre|none_to_dash }} | {{ m.acteurs|none_to_dash }} |
{{ m.pays|none_to_dash }} | {{ m.year if m.year else '—' }} | {{ m.date if m.date else '—' }} | {{ m.path|none_to_dash }} |
| Aucun résultat. | |||||||