{% 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 'Action handler' %} | +{{obj.responsible.handler|default_if_none:""}} | +
{% trans 'Funded by' %} | +
+ {% with obj.fundings.all as fundings %}
+ {% for funding in fundings %}
+ {{funding.short_name}}
+ + {% empty %} + {% trans 'None' %} + {% endfor %} + {% endwith %} + |
+
{% trans 'Deductions for' %} | +
+ {% for deduction in deductions %}
+
+ {{deduction.intervention__identifier}}
+
+ + {% empty %} + {% trans 'None' %} + {% endfor %} + |
+
{% trans 'Last modified' %} | ++ {{obj.modified.timestamp|default_if_none:""|naturalday}} + | +