{% extends "main/form/base.html" %} {% load i18n %} {% block tables %} {% if not form.instance.adding %}

{% translate "Invoices" %}

{% include "main/table/invoice.html" %} {% endif %} {% endblock %}