Select a Store / date
Show Invoices
{% if xml_files %}
Invoices
{% for file in xml_files %}
{{ file[0] }}
: {{ file[1] }}
{% endfor %}
{% elif folder %}
No Invoices found or invalid folder.
{% endif %}