{% load static %} Facture N°{{ invoice.number }}

Facture N°{{ invoice.number }}

Le {{ invoice.date }}

Association ILLYSE
c/o Jean-François MOURGUES
225 route de Genas
69100 Villeurbanne

SIRET : 539 453 191 00014

Facturé à :
{{ member.last_name }} {{ member.first_name }}
{% if member.organization_name != "" %}{{ member.organization_name }}
{% endif %} {{ member.address }}
{{ member.postal_code }} {{ member.city}}

Facture N°{{ invoice.number }} {% for detail in invoice.details.all %} {% endfor %}
Quantité Prix unitaire Total
{{ detail.label }} {{ detail.quantity }} {{ detail.amount }}€ {{ detail.total }}€
Total TTC {{ invoice.amount }}€