{% extends "main/list.html" %} {% load i18n main_extras transaction_extras %} {% block name %} {% translate "Transactions" %} {% endblock name %} {% block link %} {{ block.super }} {% css "main/css/form.css" %} {% endblock link %} {% block h2 %} {% translate "Transactions" %} {% endblock h2 %} {% block table %}

{{ "add-circle"|remix }}{% translate "Add transaction" %}

{% transaction_filters form=filter_form %} {% transaction_table transactions %} {% endblock table %}