{% extends 'ehf_invoice/base.html' %} {% load humanize %} {% block content %}

{{ supplier }}

Fakturaer

{% include 'ehf_invoice/invoices.html' with show_customer=True invoices=supplier.invoices.all %} {% endblock %}