{% extends "ishtar/sheet.html" %} {% load i18n %} {% block head_sheet %} {{block.super}}
{{item.name}}
{{item.surname}}
{{ item.history_creator.ishtaruser.full_label }}
{% if item.email %}{{item.email}}
{% endif %}{{item.person_types_list}}
{% if item.address %}{{item.address}}
{% endif %} {% if item.address_complement %}{{item.address_complement}}
{% endif %} {% if item.postal_code %}{{item.postal_code}}
{% endif %} {% if item.town %}{{item.town}}
{% endif %} {% if item.phone %}{{item.phone}}
{% endif %} {% if item.mobile_phone %}{{item.mobile_phone}}
{% endif %} {% if item.organization %}{{item.organization}}
{% if item.organization.address %}{{item.organization.address}}
{% endif %} {% if item.organization.address_complement %}{{item.organization.address_complement}}
{% endif %} {% if item.organization.postal_code %}{{item.organization.postal_code}}
{% endif %} {% if item.organization.town %}{{item.organization.town}}
{% endif %} {% if item.organization.phone %}{{item.organization.phone}}
{% endif %} {% if item.organization.mobile_phone %}{{item.organization.mobile_phone}}
{% endif %} {% endif %}{% trans "Year" %} | {% trans "Ref." %} | Code Patriarche | {% trans "Type" %} | {% trans "In charge" %} | {% trans "Start date" %} | {% trans "Excavation end date" %} | |
---|---|---|---|---|---|---|---|
{{operation.year|default:""}} | {{operation.operation_code|default:""}} | {{operation.code_patriarche|default:""}} | {{operation.operation_type}} | {{operation.in_charge|default:""}} | {{operation.start_date|default:""}} | {{operation.excavation_end_date|default:""}} | {% trans "Details" %} |
{% trans "No operation associated to this person" %} |
{% trans "Ref." %} | {% trans "Year" %} | {% trans "Internal ref." %} | {% trans "File type" %} | Type de saisine | {% trans "Towns" %} | ||
---|---|---|---|---|---|---|---|
{{file.numeric_reference}} | {{file.year}} | {{file.internal_reference}} | {{file.file_type}} | {{file.saisine_type}} | {{file.town_list}} | {% trans "Details" %} | |
{% trans "No archaelogical file associated to this person" %} |
{% trans "Year" %} | {% trans "Title" %} | {% trans "Type" %} | {% trans "Link" %} |
---|---|---|---|
{{ doc.creation_date|date:"Y"}} | {{ doc.title }} | {{ doc.source_type }} | {% if doc.associated_url %}{% trans "Link"%}{% endif %} |
{% trans "No document associated to this person" %} |