{% load static isptags %} Facture N°{{ bill.number }}

{% multiline_isp_addr branding %}

{{ branding.email }}
{{ branding.website }}
{{ branding.phone_number }}
SIRET : {{ branding.registeredoffice.siret }}

Facturé à
{% with member=bill.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 %}

{% for detail in bill.details.all %} {% endfor %}
Quantité PU (HT) TVA Total

{{ detail.label }} {% if detail.offersubscription %}
{{ detail.offersubscription.offer.name }} {% if detail.offersubscription.offer.reference %} ({{ detail.offersubscription.get_subscription_reference }}){% endif %} {% endif %}

{% 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.tax }}% {{ detail.total }}€
Total HT {{ bill.amount_before_tax }}€
Total TTC {{ bill.amount }}€

TVA non applicable - article 293 B du CGI

À payer sans escompte avant le {{ bill.date_due }}.

{% include "billing/payment_howto.html" %}