{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

Download Invoices

Click to Download Your Invoices:

{% for key,invoiceYear in invoices %} {% for invoice in invoiceYear %} {% endfor %} {% endfor %}
{{key}}
{{invoice.dateString}}
{% include 'components/footer.html' %}