{% extends 'admin/layout.html.twig' %} {% block title %}{{ account.name }} - KitscoApp{% endblock %} {% block page_title %}{{ account.name }}{% endblock %} {% block content %}
{{ account.code }}
{% if account.bankName %}{{ account.currency.symbol }} {{ account.openingBalance|money }}
{{ account.formattedBalance }}
| Date | Reference | Description | Debit | Credit | Balance |
|---|---|---|---|---|---|
| {{ tx.date|date('d M Y') }} | {{ tx.reference }} | {{ tx.description|u.truncate(40) }} | {% if tx.debit %}{{ account.currency.symbol }} {{ tx.debit|money }}{% endif %} | {% if tx.credit %}{{ account.currency.symbol }} {{ tx.credit|money }}{% endif %} | {{ account.currency.symbol }} {{ tx.balance|money }} |
| No transactions this month | |||||