{% extends "base.html" %} {% load pretty_money %} {% block content %} {% for object in object_list %} {% endfor %}
IDNom Destinataire Montant Catégorie
{{object.pk}} {{ object.name }} {{ object.destination }} {{ object.amount | pretty_money }} {{ object.template_type }}
Créer un bouton {% endblock %}