{% extends "main/form/base.html" %} {% load i18n main_extras statement_extras category %} {% block title_new %} {% translate "Create statement" %} {% endblock %} {% block h2_new %} {% translate "New statement" %} {% endblock %} {% block h2 %}{{ form.instance }}{% endblock %} {% block pre %} {% if account %}

{{ account.icon|remix }}{{ account }}

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

{% translate "Categories" %}

{% category_plot transactions budget=False statement=object %}

{% translate "Transactions" %}

{% include "transaction/transaction_table.html" %}
{% endif %} {% endblock %}