summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findbasket.html
blob: 00b52ab7b07a24de40922996d73e519bda969913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "ishtar/sheet.html" %}
{% load i18n window_tables from_dict %}

{% block head_sheet %}
{{block.super}}
<h1>{% trans "Find"%}</h1>
{% endblock %}

{% block content %}

<div class='tool'>{%trans "Export as:"%} <a href='{% url show-findbasket item.pk "odt" %}'>{%trans "OpenOffice.org file"%}</a>, <a href='{% url show-findbasket item.pk "pdf" %}'>{%trans "PDF file"%}</a></div>
<div class='tool modify'><a href='{% url select_itemsinbasket item.pk %}'>{% trans "Modify" %}</a></div>

{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}

{% endblock %}