{% load humanize %}
Leverandør | {% endif %} {% if show_customer %}Kunde | {% endif %}Fakturanummer | Dato | Beløp |
---|---|---|---|---|
{{ invoice.supplier.name }} | {% endif %} {% if show_customer %}{{ invoice.customer.name }} | {% endif %}{{ invoice.invoice_number }} | {{ invoice.date }} | {{ invoice.amount|intcomma }}kr |