diff --git a/factures/2022/1234.html.jinja2 b/factures/2022/1234.html.jinja2 new file mode 100644 index 0000000..a0502af --- /dev/null +++ b/factures/2022/1234.html.jinja2 @@ -0,0 +1,11 @@ +{% extends '_layout.jinja2' %} + +{% set lines = [ + ['Soutien financier « Or » à PyConFr 2023', 2000, 1], +] %} + +{% block address_to %} + GITGUARDIAN SAS + 54 rue de Seine + 75006 Paris +{% endblock address_to %} diff --git a/factures/2022/1234.pdf b/factures/2022/1234.pdf new file mode 100644 index 0000000..7875d2d Binary files /dev/null and b/factures/2022/1234.pdf differ