{% extends "ishtar/sheet.html" %} {% load i18n window_ope_tables %} {% block head_sheet %} {{block.super}}
{{ item.year }}
{% if item.numeric_reference %}{{ item.numeric_reference }}
{% endif %} {% if item.internal_reference %}{{ item.internal_reference }}
{% endif %} {% if item.name %}{{ item.name }}
{% endif %}{{ item.history_date }}
{% if item.reception_date %}{{ item.reception_date }}
{% endif %}{{ item.creation_date }}
{{ item.created_by.full_label }}
{% comment %} {% if item.deadline_date and not item.acts %}{% 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 %}{% endif %} {% if item.comment %}{{ item.comment }}
{%endif%}{{ item.towns.all|join:", " }}
{% if item.address %}{{ item.address }}
{% if item.address_complement %}{{ item.address_complement }}
{%endif%} {% if item.postal_code %}{{ item.postal_code }}
{%endif%} {% endif %} {% if item.total_surface %}{{ item.total_surface }} m2 ({{ item.total_surface_ha }} ha)
{%endif%} {% if item.is_preventive %}{{ 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 %} {%else%}{% for department in item.departments.all %}{% if forloop.counter0 %}, {% endif %}{{ department }}{% endfor %}
{% endif %} {% if item.scientist %}{{ item.scientist }}
{% endif %} {% if item.requested_operation_type %}{{ item.requested_operation_type }}
{% endif %} {% if item.organization %}{{ item.organization }}
{% endif %} {% if item.cira_advised != None %}{{ item.cira_advised|yesno }}
{% endif %} {% if item.mh_register != None %}{{ item.mh_register|yesno }}
{% endif %} {% if item.mh_listing != None %}{{ item.mh_listing|yesno }}
{% endif %} {% if item.classified_area != None %}{{ item.classified_area|yesno }}
{% endif %} {% if item.protected_area != None %}{{ item.protected_area|yesno }}
{% endif %} {% if item.research_comment %}{{ item.research_comment }}
{% endif %} {% endif %}{% trans "Town" %} | {% trans "Year" %} | {% trans "Section" %} | {% trans "Parcels" %} | {#{% trans "Owner" %} | #}
---|---|---|---|---|
{{parcel.town}} | {{parcel.year}} | {{parcel.section}} | {{parcel.parcel_numbers|join:", "}} | {#{{operation.parcel.owner}} | #}
{% trans "No parcel associated to this operation" %} |
{% trans "Year" %} | {% trans "Ref." %} | Code Patriarche | {% trans "Type" %} | {% trans "In charge" %} | {% trans "Start date" %} | {% trans "Excavation end date" %} | |
---|---|---|---|---|---|---|---|
{{operation.year}} | {{operation.operation_code}} | {{operation.code_patriarche|default:""}} | {{operation.operation_type}} | {{operation.in_charge|default:""}} | {{operation.start_date|default:""}} | {{operation.excavation_end_date|default:""}} | {% trans "Details" %} |
{% trans "No operation associated to this archaelogical file" %} |
{% trans "Year" %} | {% trans "Ref." %} | {% trans "Type" %} | {% trans "Date" %} |
---|---|---|---|
{{act.signature_date.year}} | {{act.ref_sra}} | {{act.act_type}} | {{act.signature_date}} |
{% trans "No administrative act linked to operations" %} |