{% extends "ishtar/sheet.html" %} {% load i18n window_field window_tables %} {% block head_sheet %} {{block.super}}
{% else %}
{%endif%} {{item.full_label}}
{{ item.creation_date }}
{{ item.history_creator.ishtaruser.full_label }}
{%if item.unit %}{{ item.unit }}
{%endif%}{{ item.datings.all|join:", " }}
{{ item.parcel.town }}
{{ item.parcel.short_label }}
{% if item.description or item.lenght or item.width or item.depth or item.comment %}{{ item.description }}
{% if item.comment %}{{ item.comment }}
{% endif %} {% if item.lenght %}{{ item.length }}
{%endif%} {% if item.width %}{{ item.width }}
{%endif%} {% if item.depth %}{{ item.depth }}
{%endif%} {% endif %} {% if item.activity or item.identification or item.interpretation %}{{ item.activity }}
{%endif%} {% if item.identification %}{{ item.identification }}
{%endif%} {% if item.interpretation %}{{ item.interpretation }}
{%endif%} {% endif %} {% if item.taq or item.taq_estimated or item.tpq or item.tpq_estimated %}{{ item.taq }}
{%endif%} {% if item.taq_estimated %}{{ item.taq_estimated }}
{%endif%} {% if item.tpq %}{{ item.tpq }}
{%endif%} {% if item.tpq_estimated %}{{ item.tpq_estimated }}
{%endif%} {%endif%} {% if item.right_relations.count %}{% trans "Relation type" %} | {% trans "ID" %} | {% trans "Type" %} | {% trans "Chronology" %} | {% trans "Description" %} | {% trans "Parcel" %} | |
---|---|---|---|---|---|---|
{{ relation.relation_type }} | {{ relation.right_record.label }} | {{relation.right_record.unit|default:""}} | {{ relation.right_record.datings.all|join:", " }} | {# periods ?#}{{ relation.right_record.description }} | {{ relation.right_record.parcel.section }} - {{relation.right_record.parcel.parcel_number}} | {% trans "Details" %} |