gestion/factures/2018/1178.html.jinja2
Guillaume Ayoub c97ce3cfdc Ajout facture
2018-07-07 10:54:30 +02:00

13 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 lines = [
['Soutien financier « Platine - Transcription » à PyConFr 2018', 4000, 1],
['Avoir - Soutien financier « Argent » à PyConFr 2018', -1000, 1],
] %}
{% block address_to %}
Sewan
2, cité Paradis
75010 PARIS
{% endblock address_to %}