{% load humanize %} {% if show_supplier %} {% endif %} {% if show_customer %} {% endif %} {% for invoice in invoices %} {% if show_supplier %} {% endif %} {% if show_customer %} {% endif %} {% endfor %}
LeverandørKundeFakturanummer Dato Beløp
{{ invoice.supplier.name }} {{ invoice.customer.name }}{{ invoice.invoice_number }} {{ invoice.date }} {{ invoice.amount|intcomma }}kr