{% extends "base.html" %} {% block content %}

Mes factures

{% for invoice in invoices %} 0 %} class="unpaid"{% endif %}>{{ invoice.amount_remaining_to_pay }} {% endfor %}
Numéro Date Montant Reste à payer
{{ invoice.number }} {{ invoice.date }} {{ invoice.amount }} {% if invoice.is_pdf_exists %} PDF{% endif %}
{% endblock %}