{{ account_text }}
{{ summary_data }}
{% if original_entry_text %}{{ A_("Offset %(entry)s", entry=original_entry_text) }}{% endif %}
{% if offset_entries %}
{% if net_balance_data == 0 %}
{% endif %}
{% else %}
{{ A_("Unmatched") }}
{% endif %}
{{ A_("Offsets") }}
-
{% for offset in offset_entries %}
- {{ offset.voucher.date|accounting_format_date }} {{ offset.amount|accounting_format_amount }} {% endfor %}
{{ A_("Fully offset") }}
{% else %}
{{ A_("Net balance") }}
{{ net_balance_text }}
{{ amount_text }}
{% if entry_errors %}{{ entry_errors[0] }}{% endif %}