{% 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 statement %}

{{ statement }}

{% endif %} {% if not instance|adding %}

{{ "arrow-go-back"|remix }}{% translate "Back" %}

{% endif %} {% endblock %}