Overview of reconciliation

{% for id in transactionIds %} {% endfor %}
{{ 'submitted_start_balance'|_ }} (date) {{ formatAmountByAccount(account, startBalance) }}
{{ trans('firefly.selected_transactions', {count: transactionIds|length}) }} {{ formatAmountByAccount(account, amount) }}
{{ trans('firefly.already_cleared_transactions', {count: clearedIds|length}) }} {{ formatAmountByAccount(account, clearedAmount) }}
{{ 'submitted_end_balance'|_ }} (date) {{ 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 %}