{% extends "ishtar/sheet.html" %} {% load i18n window_field from_dict %} {% block head_sheet %} {{block.super}}

{% trans "Find"%}

{% endblock %} {% 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 "Modify" %}
{% if item.image %} {% endif%} {% field "Free-ID" item.label %} {% field "Previous ID" item.previous_id %} {% field "Description" item.description %} {% field "Created by" item.history_creator.ishtaruser.full_label %} {% field "Administrative index" item.administrative_index %} {% field_multiple "Material types" item.material_types %} {% field "Dating" item.dating %} {% field "Length (cm)" item.length %} {% field "Width (cm)" item.width %} {% field "Height (cm)" item.height %} {% field "Diameter (cm)" item.diameter %} {% field "Volume (l)" item.volume %} {% if item.weight %}{% with item.weight|add:' '|add:item.weight_unit as weight %} {% field "Weight" weight %} {% endwith %}{% endif %} {% field "Weight" item.weight %} {% field "Find number" item.find_number %} {% field "Conservatory state" item.conservatory_state %} {% field_multiple "Type of preservation to consider" item.preservation_to_considers %} {% field_multiple "Object types" item.object_types %} {% field_multiple "Integrity" item.integrities %} {% if item.CHECK_DICT %} {% field "Checked" item.checked|from_dict:item.CHECK_DICT %} {% endif%} {% if item.history_object and item.history_object.CHECK_DICT %} {% field "Checked" item.checked|from_dict:item.history_object.CHECK_DICT %} {% endif%} {% if item.upstream_treatment %}

{{item.upstream_treatment}} ({% for up in item.upstream_treatment.upstream_treatment.all %}{% if forloop.counter0 %}, {%endif %}{{up}}{% endfor %})

{% endif%} {% if item.downstream_treatment %}

{{item.downstream_treatment}} ({% for dt in item.downstream_treatment.downstream_treatment.all %}{% if forloop.counter0 %}, {%endif %}{{dt}}{% endfor %})

{% endif%} {% if item.container %}

{{item.container}}

{% endif%}

{% trans "Associated base finds"%}

{% for base_find in item.base_finds.all %}

{{base_find.complete_id}}

{% field "Short ID" base_find.short_id %} {% if base_find.IS_ISOLATED_DICT %} {% field "Batch/object" base_find.batch|from_dict:base_find.IS_ISOLATED_DICT %} {% endif %} {% if base_find.history_object and base_find.history_object.IS_ISOLATED_DICT %} {% field "Batch/object" base_find.batch|from_dict:base_find.history_object.IS_ISOLATED_DICT %} {% endif %} {% if base_find.discovery_date %}

{{base_find.discovery_date}}

{% endif%} {% if base_find.description %}

{{base_find.description}}

{% endif%} {% field "Comment" base_find.comment "
" "
" %} {% if base_find.special_interest %}

{{base_find.special_interest}}

{% endif%}

{{ base_find.context_record }}

{{base_find.context_record.parcel}}

{{ base_find.context_record.operation }}

{% if forloop.counter0 %}
{% endif %} {% endfor %} {% 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 document associated to this find" %}
{% endblock %}