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

Cartes

{% if cards is not None %} {% for card in cards%}
{{card.name}}
Voir
{% end %} {% else %}

Pas de configuration à l'heure actuelle.

{% end %} {% end %}