gestion/factures/2019/1209.html.jinja2
2019-08-07 17:32:36 +02:00

12 lines
216 B
Django/Jinja
Raw Permalink 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 lines = [
['Soutien financier « Or » à PyConFr 2019', 2000, 1],
] %}
{% block address_to %}
JUNG SAS
154 Boulevard Macdonald
75019 Paris
{% endblock address_to %}