{% 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 %}
{% fa5_icon 'star' %} {% trans 'Checked' %} {% fa5_icon 'bookmark' %} {% trans 'Recorded' %} {% trans 'Total' %}
{{report.intervention_report.queryset_checked_count|default_if_zero:"-"}} {{report.intervention_report.queryset_recorded_count|default_if_zero:"-"}} {{report.intervention_report.queryset_count|default_if_zero:"-"}}