{% extends "ishtar/sheet.html" %}
{% load i18n window_field from_dict link_to_window window_tables window_header humanize %}
{% load url from future %}
{% block head_title %}{% trans "Find" %}{% endblock %}
{% block content %}
{% window_nav item window_id 'show-find' 'find_modify' 'show-historized-find' 'revert-find' previous next 1 %}
{% if item.image %}
{% endif%}
{{ 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:"" }}
{{ item.contextrecord|default:"" }}
" "" %}
" "" %}
" "" %}
{% trans "Type" %} | {% trans "Related finds" %} | {% trans "Doer" %} | {% trans "Container" %} | {% trans "Start date" %} | {% trans "End date" %} |
---|---|---|---|---|---|
{{ treatment.treatment_type }} | {% for item in items %}{{item}} {{ item|link_to_window}}{% endfor %} | {{ treatment.person|default_if_none:"-" }} | {{ treatment.container|default_if_none:"-" }} | {{ treatment.start_date|default_if_none:"-" }} | {{ treatment.end_date|default_if_none:"-" }} |
{% trans "CSV" %} ({{ENCODING}})
{% endif %} {% if item.downstream_treatment %}{% trans "Type" %} | {% trans "Related finds" %} | {% trans "Doer" %} | {% trans "Container" %} | {% trans "Start date" %} | {% trans "End date" %} |
---|---|---|---|---|---|
{{ treatment.treatment_type }} | {% for item in items %}{{item}} {{ item|link_to_window}}{% endfor %} | {{ treatment.person|default_if_none:"" }} | {{ treatment.container|default_if_none:"-" }} | {{ treatment.start_date|default_if_none:"" }} | {{ treatment.end_date|default_if_none:"" }} |
{% trans "CSV" %} ({{ENCODING}})
{% endif %} {% endif %}" "" %} {% field "Comment" base_find.comment "
" "" %} {% if forloop.counter0 %}
{% 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 %} |