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