{% load i18n fontawesome_5 %}

{% 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 'Total' %} {% fa5_icon 'star' %} {% trans 'Checked' %} {% fa5_icon 'bookmark' %} {% trans 'Recorded' %}
{{report.intervention_report.queryset.count}} {{report.intervention_report.queryset_checked.count}} {{report.intervention_report.queryset_recorded.count}}