{% load helpers %}
Invoices
{% if invoices %} {% for invoice in invoices %} {% endfor %}
ID Name Name Internal Contract Price Invoicing Start Invoicing End
{% firstof invoice.id %} {{ invoice.name }} {{ invoice.name_internal }} {{ invoice.contract }} {{ invoice.price }} {{ invoice.invoicing_start }} {{ invoice.invoicing_end }}
{% else %}
None
{% endif %}