{% trans "Date" %}: {{ tx.date }}
{% trans "Type" %}: {{ tx.get_ttype_display }}
{% trans "Credit" %}: {% if tx.is_credit %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}
{% trans "Account" %}: {{ tx.account.name }}
{% trans "Category" %}: {% if tx.category %}{{ tx.category.name }}{% else %}-{% endif %}
{% trans "Amount" %}: {{ tx.amount }} {{ biz.currency|currency_label }}