{% extends "ishtar/sheet.html" %} {% load i18n %} {% block content %}
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}

{% trans "Find"%}

{% if item.image %} plouf {{image.label}} {% endif%}

{{item.label}}

{% if item.description %}

{{item.description}}

{% endif%}

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