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