{% extends "./layout/default.twig" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, start, end, reportType, accountIds) }} {% endblock %} {% block content %}
Account balance of {{ account.name }} at the end of {{ auditData[account.id].end }} was: {{ auditData[account.id].endBalance|formatAmount }}
{% include 'reports/partials/journals-audit.twig' with {'journals': auditData[account.id].journals,'account':account} %}Account balance of {{ account.name }} at the end of {{ auditData[account.id].dayBefore }} was: {{ auditData[account.id].dayBeforeBalance|formatAmount }}