Résultat du paiement

{% with data=request.session.saga_retour_synchrone %} {% if data.etat == 'paye' %}
{% if data.factures %} {% for facture in data.factures %} {% endfor %}
N° de factureMontant
{{ facture.num }}{{ facture.montant_initial|floatformat:2 }} €
{% endif %}
{% endif %} {% endwith %} {{cell.text|safe}}