gestion/factures/2019/1207.html.jinja2
Guillaume Ayoub b258d09e71 Add invoice
2019-07-25 16:24:03 +02:00

13 lines
264 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 « Bronze » à PyConFr 2019', 500, 1],
] %}
{% block address_to %}
IT Link
Immeuble de Bureaux Okabé
67 Avenue de Fontainebleau
94270 Le Kremlin-Bicêtre
{% endblock address_to %}