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

{% trans "General"%}

{{ item.year }}

{{ item.numeric_reference }}

{{ item.internal_reference }}

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

{% if item.reception_date %}

{{ item.reception_date }}

{% endif %}

{{ item.creation_date }}

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

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

{% endif %} {% endcomment %}

{{ item.in_charge.full_label }}

{% if item.is_active %}{%trans "Active file"%}

{% else %}{%trans "Closed file"%}

{{ item.closing.date }} {%trans "by" %} {{ item.closing.user }}

{% endif %}

{{ item.file_type }}

{% if item.related_file %}

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

{% endif %}

{{ item.comment }}

{% trans "Localisation"%}

{{ item.towns.all|join:", " }}

{{ item.address }}

{{ item.complem_adress }}

{{ item.postal_code }}

{{ item.total_surface }} m2 ({{ item.total_surface_ha }} ha)

{% if item.is_preventive %}

{% trans "Preventive archaelogical file"%}

{{ item.total_developed_surface }} m2 ({{ item.total_developed_surface_ha }} ha)

{{ item.saisine_type }}

{% if item.town_planning_service %}

{{ item.town_planning_service }}

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

{{ item.permit_type }}

{% endif %} {% if item.permit_reference %}

{{ item.permit_reference }}

{% endif %} {% if item.general_contractor.attached_to %}

{{ item.general_contractor.attached_to }}

{% endif %} {% if item.general_contractor %}

{{ item.general_contractor.full_label }}

{% endif %} {% comment %}

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

{% endcomment %} {% endif %} {% if item.administrative_act.all %} {% for act in item.administrative_act.all %} {% endfor %}
{%trans "Admninistrative acts"%}
{% trans "Year" %} {% trans "Reference" %} {% trans "Type" %} {% trans "Date" %}
{{act.signature_date.year}} {{act.ref_sra}} {{act.act_type}} {{act.signature_date}}
{%endif%} {% comment %} {% 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 %}