{% load main_extras %} {% load i18n %} {% if new_transaction_url %}

{% translate "New transaction" %}

{% endif %}
{% if not category %} {% endif %} {% if not account %} {% endif %} {% if not category %} {% endif %} {% if not account %} {% endif %} {% for trans in transactions %} {% if not category %} {% if trans.category %} {% else %} {% endif %} {% endif %} {% if not account %} {% endif %} {% endfor %}
{{ "attachment"|remix }} {% translate "Date" %} {% translate "Name" %} {% translate "Value" %} {% translate "Trader" %}{% translate "Category" %}{% translate "Account" %}
{% for invoice in trans.invoices %}{{ "attachment"|remix }}{% endfor %} {{ trans.date|date:"Y-m-d" }} {{ trans.name }} {{ trans.value|pmvalue }} {{ trans.trader|default_if_none:"" }}{{ trans.category.icon|remix }} {{ trans.category }} {{ trans.account.icon|remix }} {{ trans.account }}
{% if transactions_url %}

{% translate "View all transactions" %}

{% endif %}