{% extends "ishtar/sheet.html" %} {% load i18n %} {% block content %} {% if previous or next %}
{{ item.common_name }}
{% endif %}{{ item.year }}
{% if item.operation.operation_code %}{{ item.operation_code }}
{% endif %} {% if item.code_patriarche %}{{ item.code_patriarche }}
{%else%}{%trans "Patriarche OA code not yet recorded!"%}
{%endif%}{{ item.history.all.0.history_date }}
{% if item.start_date %}{{ item.start_date }}
{{ item.excavation_end_date|default:"-" }}
{%endif%} {% if item.in_charge %}{{ item.in_charge.full_label }}
{%endif%}{% if item.is_active %}{%trans "Active file"%}
{% else %}{%trans "Closed operation"%}{{ item.closing.date }} {%trans "by" %} {{ item.closing.user }}
{% endif %}{{ item.operation_type }}
{% if item.surface %}{{ item.surface }} m2 ({{ item.surface_ha }} ha)
{% endif %} {% if item.cost %}{{ item.cost }} €{% if item.cost_by_m2 %}, ({{ item.cost_by_m2 }} €/m2){%endif%}
{%endif%} {% if item.duration %}{{ item.duration }} {%trans "Day"%}s
{%endif%}{{ item.remains.all|join:", " }}
{{ item.periods.all|join:", " }}
{% if item.associated_file %} {% if item.associated_file.is_preventive %} {#{% if item.operator_reference_code %}{{ item.operator_reference_code }}
{% endif %}#} {% if item.associated_file.town_planning_service %}{{ item.associated_file.town_planning_service }}
{% endif %} {% if item.associated_file.permit_type %}{{ item.associated_file.permit_type }}
{% endif %} {% if item.associated_file.permit_reference %}{{ item.associated_file.permit_reference }}
{% endif %} {% if item.associated_file.general_contractor.attached_to %}{{ item.associated_file.general_contractor.attached_to }}
{% endif %} {% if item.associated_file.general_contractor %}{{ item.associated_file.general_contractor.full_label }}
{% endif %} {% endif %} {% endif %} {% if item.comment %}{{ item.comment }}
{%endif%}{{ item.towns.all|join:", " }}
{% if item.associated_file.address %}{{ item.associated_file.address }}
{% if item.associated_file.address_complement %}{{ item.associated_file.address_complement }}
{%endif%} {% if item.associated_file.postal_code %}{{ item.associated_file.postal_code }}
{%endif%} {%endif%} {% comment %}{{ item.lambert_x }}
{{ item.lambert_y }}
{{ item.altitude }}
{% endcomment %}| {% trans "Commune" %} | {% 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." %} | {% trans "Type" %} | {% trans "Date" %} |
|---|---|---|---|
| {{act.signature_date.year}} | {% if act.ref_sra %}{{act.ref_sra}}{% endif %} | {{act.act_type}} | {{act.signature_date}} |
| {% trans "No acts associated to this operation" %} | |||
| {% trans "Title" %} | {% trans "Type" %} | {% trans "Authors" %} | {% trans "Link" %} |
|---|---|---|---|
| {{ doc.title }} | {{doc.source_type}} | {{ doc.authors.all|join:", " }} | {% if doc.associated_url %}{% trans "Link"%}{% endif %} |
| {% trans "No scientific document associated to this operation" %} | |||
| {% trans "ID" %} | {% trans "Type" %} | {% trans "Chronology" %} | {% trans "Description" %} | {% trans "Parcel" %} | |
|---|---|---|---|---|---|
| {{ context_record.label }} | {{context_record.unit|default:""}} | {{ context_record.datings.all|join:", " }} | {# periods ?#}{{ context_record.description }} | {{ context_record.parcel.section }} - {{context_record.parcel.parcel_number}} | {% trans "Details" %} |
| {% trans "No context record associated to this operation" %} | |||||
| {% trans "Complete Id" %} | {% trans "Short Id" %} | {% trans "Material type" %} | {% trans "Context record" context "short"%} | {% trans "Periods" %} | {% trans "Description" %} | {% trans "Weight" %} | {% trans "Numbers" %} | {% trans "Parcel" %} | {% trans "Container ref." %} | {% trans "Warehouse" %} | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ find.complete_id|default:""}} | {# OPE|FIND_index #}{{ find.short_id|default:"" }} | {{ find.get_last_find.material_type|default:"" }} | {{find.context_record.label}} | {{ find.get_last_find.dating}} | {# TODO .all|join:", " ? #}{{ find.get_last_find.description }} | {{ find.get_last_find.weight|default:"" }} | {{ find.get_last_find.item_number }} | {{ context_record.parcel.short_label }} | {{ find.get_last_find.container.reference|default:""}} | {{ find.get_last_find.container.location|default:""}} | {% trans "Details" %} | {#{%trans "Details"%}#}
| {% trans "No find associated to context record" %} {{context_record.short_label}} | |||||||||||
| {% trans "No find associated to parcel" %} {{parcel.short_label}} {% trans "(no context record)" %} | |||||||||||