{% extends "base.html" %} {% block content %}
Émise le {{ invoice.date }}
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 | {{ invoice.amount }} |