{% extends "sheet.html" %} {% load i18n %} {% block content %}

{{ item.year }}

{{ item.numeric_reference }}

{{ item.internal_reference }}

{{ item.history.all.0.history_date }}

{% if item.reception_date %}

{%trans "Reception date"%} : {{ item.reception_date }}

{% endif %} {% comment %}

{%trans "Creation date"%} : {% item.creation_date %}

{% if item.deadline_date and not item.acts %}

{%trans "Deadline"%} : {% item.deadline_date %}

{% endif %}

{%trans "Responsible"%} : {% item.responsible %}

{% if item.is_active %}

{%trans "Active file"%}

{% endif %} {% if item.is_inactive %}

{%trans "Closed file"%}

{%trans "Closure date" %} : {% item.closure_date %} {%trans "by" %} {% item.closer_user%}

{% endif %}

{%trans "Type"%} : {% item.type %}

{% if item.related %}

{%trans "Related file"%} : {% item.related %}

{% endif %}

{%trans "Communes"%} : {% item.communes %}

{%trans "Principal adress"%} : {% item.princ_adress %}

{%trans "Complementary adress"%} : {% item.complem_adress %}

{%trans "Postal code"%} : {% item.postal_code %}

{%trans "Surface"%} : {% item.surface %} ({% item.surface_ha %) ha)

{% if item.is_preventive %}

{%trans "Planed surface"%} : {% item.planed_surface %} ({% item.planed_surface_ha %) ha)

{%trans "Saisine type"%} : {% item.saisine_type %}

{% if item.service %}

{%trans "Service"%} : {% item.service %}

{% endif %} {% if item.permit_type %}

{%trans "Permit type"%} : {% item.permit_type %}

{% endif %} {% if item.permit_ref %}

{%trans "Permit reference"%} : {% item.permit_ref %}

{% endif %} {% if item.contractor_org %}

{%trans "Contractor organisation"%} : {% item.contractor_org %}

{% endif %} {% if item.contractor %}

{%trans "Contractor"%} : {% item.contractor %}

{% endif %}

{%trans "Numerical reference"%} : {% item.index %}

{% endif %}

{%trans "Comments"%} : {% item.comments %}

{% for label, in item.data_acts %} {% endfor %} {% for data, in item.data_acts %} {% endfor %}
{%trans "Admninistrative acts"%}
{{label}}
{{year}} {{reference}} {{type}} {{date}}
{% for label, in item.data_ope %} {% endfor %} {% for data, in item.data_ope %} {% endfor %}
{%trans "Associated operations"%}
{{label}}
{{year}} {{reference}} {{patriarche}} {{type}} {{head_scientist}} {{date_debut}} {{date_fin}} {{link_to_ope_sheet}}
{% for label, in item.ope.data_acts %} {% endfor %} {% for data, in item.ope.data_acts %} {% endfor %}
{%trans "Admninistrative acts linked to associated operations"%}
{{label}}
{{year}} {{reference}} {{type}} {{date}}
{% endcomment %} {% endblock %}