{% extends "ishtar/sheet.html" %} {% load i18n window_field from_dict link_to_window window_tables window_header humanize %} {% block head_title %}{% trans "Find" %}{% if item.denomination %} - {{item.denomination|default:""}}{% endif %} - {{item.label|default:""}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-find' 'find_modify' 'show-historized-find' 'revert-find' previous next 1 %} {% endblock %} {% block content %}
{{ item.denomination|default:"" }}
{{ item.label|default:"" }}
{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.complete_id}}{% endfor %}
{% for base_find in item.base_finds.all %}{% if forloop.counter0 %} – {% endif %}{{base_find.short_id}}{% endfor %}
{{ item.administrative_index|default:"" }}
{% include "ishtar/blocks/sheet_external_id.html" %}" "" %}
" "" %} {% field_flex "Is complete?" item.is_complete %} {% field_flex_multiple "Material types" item.material_types %} {% field_flex_multiple "Object types" item.object_types %} {% field_flex "Find number" item.find_number %} {% field_flex "Minimum number of individuals (MNI)" item.min_number_of_individuals %} {% field_flex_full "Decoration" item.decoration "
" "" %} {% field_flex_full "Inscription" item.inscription "
" "" %} {% field_flex "Manufacturing place" item.manufacturing_place %} {% field_flex_multiple "Communicability" item.communicabilities %} {% field_flex_full "Comment" item.comment "
" "" %}
" "" %}
" "" %}
" "" %} {% endif %} {% if item.container %}
{% trans "CSV" %} ({{ENCODING}})
{% endif %} {% if item.downstream_treatment %}{% trans "CSV" %} ({{ENCODING}})
{% endif %} {% endif %}{{base_find.complete_id }}
{{base_find.short_id }}
{% if base_find.external_id %}{{base_find.external_id|default:''}}
{% endif %}" "" %} {% field_flex_full "Comment" base_find.comment "
" "" %}
| {% trans "Title" %} | {% trans "Type" %} | {% trans "Authors" %} | {% trans "Link" %} | |
|---|---|---|---|---|
| {{ doc.title }} | {{ doc.source_type }} | {{ doc.authors.all|join:", " }} | {% if doc.associated_url %}{{doc.associated_url}}{% endif %} |