{% load main_extras transaction_extras %} {% load i18n %}
{% if not category %}{% endif %} {% if not account %}{% endif %} {% if new_transaction_url %} {% endif %} {% if not category %} {% endif %} {% if not account %} {% endif %} {% for trans in transactions %} {% if trans.value >= 0 %}{% endif %} {% if trans.value < 0 %}{% endif %} {% if not category %} {% if trans.category %} {% else %} {% endif %} {% endif %} {% if not account %} {% endif %} {% empty %} {% endfor %} {% if transactions_url %} {% endif %}
{% translate "Create transaction" %}
{{ "attachment"|remix }} {% translate "Date" %} {% translate "Name" %} {% translate "Expenses" %} {% translate "Income" %} {% translate "Trader" %}{% translate "Category" %}{% translate "Account" %}
{% for invoice in trans.invoices %}{{ "attachment"|remix }}{% endfor %} {{ trans.name }} {{ trans.value|pmvalue }}{{ trans.trader|default_if_none:"" }} {{ trans.category.icon|remix }}{{ trans.category }} {{ trans.account.icon|remix }}{{ trans.account }}
{% translate "No transaction" %}
{% translate "View all transactions" %}