{% 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 'Area of responsibility' %} {% trans 'Total' %} {% trans 'Number single areas' %} {% fa5_icon 'star' %} {% trans 'Checked' %} {% fa5_icon 'bookmark' %} {% trans 'Recorded' %}
{% trans 'Conservation office by law' %} {{report.compensation_report.queryset_registration_office_unb_count|default_if_zero:"-"}} {{report.compensation_report.num_single_surfaces_total_unb|default_if_zero:"-"}} {{report.compensation_report.queryset_registration_office_unb_checked_count|default_if_zero:"-"}} {{report.compensation_report.queryset_registration_office_unb_recorded_count|default_if_zero:"-"}}
{% trans 'Land-use planning' %} {{report.compensation_report.queryset_registration_office_tbp_count|default_if_zero:"-"}} {{report.compensation_report.num_single_surfaces_total_tbp|default_if_zero:"-"}} {{report.compensation_report.queryset_registration_office_tbp_checked_count|default_if_zero:"-"}} {{report.compensation_report.queryset_registration_office_tbp_recorded_count|default_if_zero:"-"}}
{% trans 'Other registration office' %} {{report.compensation_report.queryset_registration_office_other_count|default_if_zero:"-"}} {{report.compensation_report.num_single_surfaces_total_other|default_if_zero:"-"}} {{report.compensation_report.queryset_registration_office_other_checked_count|default_if_zero:"-"}} {{report.compensation_report.queryset_registration_office_other_recorded_count|default_if_zero:"-"}}
{% trans 'Total' %} {{report.compensation_report.queryset_count|default_if_zero:"-"}} {{report.compensation_report.num_single_surfaces_total|default_if_zero:"-"}} {{report.compensation_report.queryset_checked_count|default_if_zero:"-"}} {{report.compensation_report.queryset_recorded_count|default_if_zero:"-"}}