{% trans 'Invoices' %}

{% csrf_token %}
{% for invoice in invoices %}

{{ invoice.user }}

{{ invoice.amount }}

{{ invoice.total }}

{{ invoice.payment_complete }}

{% endfor %}