{% extends "ishtar/sheet.html" %} {% load i18n %} {% 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%}

{{item.label}}

{% if item.description %}

{{item.description}}

{% endif%}

{{ item.history_creator.ishtaruser.full_label }}

{{item.material_type}}

{{item.dating}}

{% if item.volume %}

{{item.volume}}

{% endif%} {% if item.weight %}

{{item.weight}}

{% endif%} {% if item.find_number %}

{{item.find_number}}

{% endif%} {% if item.upstream_treatment %}

{{item.upstream_treatment}}

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

{{item.downstream_treatment}}

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

{{item.container}}

{% endif%}

{% trans "Associated base finds"%}

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

{{base_find.complete_id}}

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