gestion/factures/2024/1243-2.html.jinja2

14 lines
295 B
Django/Jinja
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends '_layout.jinja2' %}
{% set additional_infos = "Annule et remplace la facture N°1243" %}
{% set lines = [
['Soutien financier « Argent » à PyConFr 2024', 1000, 1],
] %}
{% block address_to %}
Makina Corpus
49 Grande Rue Saint-Michel
31400 Toulouse
{% endblock address_to %}