{% load i18n %}

{{ title|safe }}

{% if items %} {% for item in items %} {% endfor %}
Numéro Libellé Date d'émission Montant(TTC)
{{ item.display_id }} {{ item.subject }} {{ item.creation_date|date:"SHORT_DATE_FORMAT" }} {% blocktrans with amount=item.total_amount %} {{ amount }}€ {% endblocktrans %} Voir {% if item.has_pdf %} / Télécharger {% endif %}
{% else %} Aucune facture {% endif %}