{% load static isptags %}
Facture N°{{ invoice.number }}Le {{ invoice.date }} |
{% multiline_isp_addr branding %} {{ branding.email }} |
Facturé à : {% with member=invoice.member %} {{ member.last_name }} {{ member.first_name }} {% if member.organization_name != "" %}{{ member.organization_name }} {% endif %} {% if member.address %}{{member.address}} {% endif %} {% if member.postal_code and member.city %} {{ member.postal_code }} {{ member.city }} {% endif %} {% endwith %} |
Quantité | PU | Total | |
---|---|---|---|
{{ detail.label }}
{% if detail.period_from and detail.period_to %} Pour la période du {{ detail.period_from }} au {{ detail.period_to }}{% endif %} |
{{ detail.quantity }} | {{ detail.amount }}€ | {{ detail.total }}€ |
Total TTC | {{ invoice.amount }}€ |