{% extends 'public_base.html' %} {% load i18n fontawesome_5 humanize %} {% block body %}

{% trans 'Report' %}

{{obj.identifier}}

{% trans 'Title' %} {{obj.title|default_if_none:""}}
{% trans 'Conservation office' %} {{obj.responsible.conservation_office.str_as_office|default_if_none:""}}
{% trans 'Conservation office file number' %} {{obj.responsible.conservation_file_number|default_if_none:""}}
{% trans 'Deductions for' %} {% for deduction in deductions %} {{deduction.intervention__identifier}} - {{deduction.intervention__title}}
{% empty %} {% trans 'None' %} {% endfor %}
{% trans 'Last modified' %} {{obj.modified.timestamp|default_if_none:""|naturalday}}
{% include 'compensation/detail/compensation/includes/states-before.html' %} {% include 'compensation/detail/compensation/includes/states-after.html' %} {% include 'compensation/detail/compensation/includes/actions.html' %}
{% include 'map/geom_form.html' %}
{% include 'konova/includes/parcels/parcels.html' %}
{% include 'konova/includes/report/qrcodes.html' %}
{% endblock %}