| {% trans "Date" %} | {% trans "Type" %} | {% trans "Account" %} | {% trans "Category" %} | {% trans "Amount" %} | {% trans "Description" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|
| {{ t.date }} | {{ t.get_ttype_display }} {% if t.ttype == 'income' %}{% trans "Sale" %}{% endif %} {% if t.is_credit %}{% trans "Credit" %}{% endif %} | {{ t.account.name }} | {% if t.category %}{{ t.category.name }}{% endif %} | {{ t.amount }} {{ biz.currency|currency_label }} | {{ t.description }} | {% if t.ttype == 'income' %} {% trans "Receipt" %} {% else %} {% trans "View" %} {% endif %} |
| {% trans "No transactions found." %} | ||||||