{{ 'overview_of_reconcile_modal'|_ }}

{% for id in transactionIds %} {% endfor %}
{{ 'submitted_start_balance'|_ }} ({{ start.formatLocalized(monthAndDayFormat) }}) {{ formatAmountByAccount(account, startBalance) }}
{{ trans('firefly.selected_transactions', {count: transactionIds|length}) }} {{ formatAmountByAccount(account, amount) }}
{{ trans('firefly.already_cleared_transactions', {count: countCleared}) }} {{ formatAmountByAccount(account, clearedAmount) }}
{{ 'submitted_end_balance'|_ }} ({{ end.formatLocalized(monthAndDayFormat) }}) {{ formatAmountByAccount(account, endBalance) }}
{{ 'difference'|_ }} {{ formatAmountByAccount(account, difference) }}

{% if diffCompare > 0 %} {{ 'reconcile_has_more'|_ }} {% endif %} {% if diffCompare < 0 %} {{ 'reconcile_has_less'|_ }} {% endif %}

{% if diffCompare == 0 %}

{{ 'reconcile_is_equal'|_ }}

{% endif %} {% if diffCompare != 0 %}

{{ 'reconcile_go_back'|_ }}

{% endif %}