{% extends "ishtar/sheet.html" %} {% load i18n %} {% block head_sheet %} {{block.super}}
{{item.label}}
{% endif %} {% if item.description %}{{item.description}}
{% endif%}{{ item.history_creator.ishtaruser.full_label }}
{{item.material_type}}
{% if item.dating %}{{item.dating}}
{% endif %} {% if item.volume %}{{item.volume}}
{% endif%} {% if item.weight %}{{item.weight}} {% if item.weight_unit %}{{item.weight_unit}}{% else %}g{% endif %}
{% endif%} {% if item.find_number %}{{item.find_number}}
{% endif%} {% if item.conservatory_state %}{{item.conservatory_state}}
{% endif %} {% if item.preservation_to_consider %}{{item.preservation_to_consider}}
{% 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%}{{base_find.complete_id}}
{% if base_find.discovery_date %}{{base_find.discovery_date}}
{% endif%} {% if base_find.description %}{{base_find.description}}
{% endif%} {% if base_find.comment %}{{base_find.comment}}
{% endif%} {% 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 %}| {% 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" %} | |||