{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, account, moment, start, end) }} {% endblock %} {% block content %}
| {{ 'start_balance'|_ }} | {{ 'end_balance'|_ }} | ||
|---|---|---|---|
| {{ 'date'|_ }} | {{ 'balance'|_ }} | {{ 'date'|_ }} | {{ 'balance'|_ }} | 
|  | 
                                    {{ currency.symbol }}
                                    
                                 |  | 
                                    {{ currency.symbol }}
                                    
                                 | 
| 
                                    {{ 'update_balance_dates_instruction'|_ }}
                                 | {{ 'start_reconcile'|_ }} | ||
| {{ 'difference'|_ }} | {{ 'actions'|_ }} | 
|---|---|
|  | 
| {{ trans('list.description') }} | {{ trans('list.amount') }} | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ trans('firefly.start_of_reconcile_period', {period: start.formatLocalized(monthAndDayFormat) }) }} | |||||||||
| {{ trans('firefly.end_of_reconcile_period', {period: end.formatLocalized(monthAndDayFormat) }) }} | |||||||||
| {# icon #} | {{ transaction|transactionIcon }}{# description #} | {{ transaction|transactionDescription }} {# is a split journal #} {{ transaction|transactionIsSplit }} {# count attachments #} {{ transaction|transactionHasAtt }} | {{ transaction|transactionAmount }} | {% if transaction.reconciled %} {{ transaction|transactionReconciled }} {% else %} {% endif %} | {{ transaction|transactionBudgets }} | {{ transaction|transactionCategories }} | |||