{% load i18n fontawesome_5 ksp_filters %}

{% trans 'Deductions' %}

{% blocktrans %} Recorded = Counts the deductions whose interventions have been recorded {% endblocktrans %}
{% trans 'Total' %} {% trans 'Total' %} {% trans 'Surface' %} {% fa5_icon 'bookmark' %} {% trans 'Recorded' %} {% fa5_icon 'bookmark' %} {% trans 'Recorded' %} {% trans 'Surface' %}
{{report.eco_account_report.queryset_deductions_count|default_if_zero:"-"}} {{report.eco_account_report.deductions_sq_m|default_if_zero:"-"}} {% if report.eco_account_report.deductions_sq_m > 0 %} m² {% endif %} {{report.eco_account_report.queryset_deductions_recorded_count|default_if_zero:"-"}} {{report.eco_account_report.recorded_deductions_sq_m|default_if_zero:"-"}} {% if report.eco_account_report.recorded_deductions_sq_m > 0 %} m² {% endif %}