{% extends "billing/bill_pdf.html" %} {% block content %}
Quantité | PU (HT) | TVA | Total | |
---|---|---|---|---|
{{ detail.label }}
{% if detail.offersubscription %}
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 }}€ |
Facture à payer avant le {{ bill.date_due }}.