{% extends "main/form/base.html" %} {% load i18n %} {% load main_extras %} {% block title_new %} {% translate "Create transaction" %} {% endblock %} {% block h2_new %} {% translate "New transaction" %} {% endblock %} {% block pre %} {% if snapshot %}

{{ snapshot }}

{% endif %} {% endblock %} {% block tables %} {% if not form.instance|adding %}

{% translate "Invoices" %}

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