{% include 'header.html' %}

{{ _('Transaction Details') }}: {{ _(category) }} / {{ _(data[0].date.display if data) }}

{{ _('Account') }}: {{ formatted_account }}

{% for row in data %} {% for detail in row.details %} {% endfor %} {% endfor %}
{{ _('Date') }} {{ _('Amount') }} {{ _('Merchant') }} {{ _('Confidence') }}
{{ detail.date.display }} {{ detail.amount.display }} {{ detail.merchant }} {{ detail.confidence|default('N/A', true) }}
{{ _('Back') }}