{% extends "ishtar/sheet.html" %} {% load i18n %} {% block content %} {% if previous or next %}
{%if previous%} {%trans "Previous version"%} ({{previous}}) {% endif %} {% if previous and next %} - {% endif %} {%if next%} Rollback - {%trans "Next version"%} ({{next}}) {% endif %}
{% endif %}
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}

{% trans "General"%}

{% if item.common_name %}

{{ 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 %}

{{ 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%}

{% trans "Localisation"%}

{{ 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 %} {##} {% for parcel in item.grouped_parcels %} {##} {% empty %} {% endfor %}
{%trans "Associated parcels"%}
{% 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" %}
{% for act in item.administrative_act.all %} {% empty %} {% endfor %}
{%trans "Administrative acts"%}
{% 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 "Scientific documentation"%}

{% for doc in item.source.all %} {% empty %} {% endfor %}
{%trans "Documents"%}
{% 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" %}
{% for context_record in item.context_record.all %} {# periods ?#} {% empty %} {% endfor %}
{%trans "Context records"%}
{% trans "ID" %} {% trans "Type" %} {% trans "Chronology" %} {% trans "Description" %} {% trans "Parcel" %}  
{{ context_record.label }} {{context_record.unit|default:""}} {{ context_record.datings.all|join:", " }}{{ context_record.description }} {{ context_record.parcel.section }} - {{context_record.parcel.parcel_number}}
{% trans "No context record associated to this operation" %}
{% for context_record in item.context_record.all %} {% for find in context_record.base_finds.all %} {# OPE|MAT.CODE|UE|FIND_index #} {# OPE|FIND_index #} {# TODO .all|join:", " ? #} {#{%trans "Details"%}#} {% empty %} {% endfor %} {% empty %} {% endfor %}
{%trans "Finds"%}
{% 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:""}}{{ find.short_id|default:"" }} {{ find.get_last_find.material_type|default:"" }} {{find.context_record.label}} {{ find.get_last_find.dating}}{{ 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 "No find associated to context record" %} {{context_record.short_label}}
{% trans "No find associated to parcel" %} {{parcel.short_label}} {% trans "(no context record)" %}
{% endblock %}