{% load i18n %} {% load currency_display %}
{{ transaction.description }}
{{ transaction.date|date:"SHORT_DATE_FORMAT" }}
{% for tag in transaction.tags.all %} {{ tag.name }} {% endfor %}
{{ transaction.notes | linebreaksbr }}
{% if transaction.category %} {{ transaction.category.name }} {% endif %}
{% transaction_amount transaction %}
{{ transaction.account.name }}