gestion/factures/2018/1187.html.jinja2
2018-08-02 18:31:21 +02:00

13 lines
218 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 2018', 500, 1],
] %}
{% block address_to %}
B2CK SPRL
Rue de Rotterdam, 4
4000 Liège
Belgium
{% endblock address_to %}