{% load i18n fontawesome_5 ksp_filters %}

{% trans 'Amount' %}

{% blocktrans %} Checked = Has been checked by the registration office according to LKompVzVo {% endblocktrans %}
{% blocktrans %} Recorded = Has been checked and published by the conservation office {% endblocktrans %}
{% trans 'Before' %} LKompVzVo {% trans 'After' %} LKompVzVo {% fa5_icon 'bookmark' %} {% trans 'Recorded' %} {% trans 'Total' %}
{{report.eco_account_report.queryset_old.count|default_if_zero:"-"}} {{report.eco_account_report.queryset.count|default_if_zero:"-"}} {{report.eco_account_report.queryset_recorded.count|default_if_zero:"-"}} {{report.eco_account_report.queryset_total.count|default_if_zero:"-"}}