{% extends "core/base.html" %} {% load staticfiles %} {% block page_title %} Enregistrement récursif {% endblock %} {% block body_content %} {% for enr_rec in object_list %} {% endfor %}
Jour Description Étiquette Montant Actions
{{ enr_rec.jour }} {{ enr_rec.description }} {{ enr_rec.etiquette }} {{ enr_rec.montant }} Éditer Supprimer
{% endblock %}