summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findbasket.html
blob: e599bba0b111f023b01ad123919585edfbb47232 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "ishtar/sheet.html" %}
{% load i18n window_tables window_header from_dict %}

{% block head_title %}{% trans "Find basket" %}{% endblock %}

{% block content %}
<p class="window-refs">{{ item.label|default:"" }}</p>
{% window_nav item window_id 'show-findbasket' 'select_itemsinbasket' %}
{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}
{% endblock %}