{% load static %}
Facture N°{{ invoice.number }}Le {{ invoice.date }} |
Association ILLYSE 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}} |
Quantité | Prix unitaire | Total | |
---|---|---|---|
{{ detail.label }} | {{ detail.quantity }} | {{ detail.amount }}€ | {{ detail.total }}€ |
Total TTC | {{ invoice.amount }}€ |