{% extends "ishtar/sheet.html" %} {% load i18n window_tables from_dict %} {% block head_sheet %} {{block.super}}

{% trans "Find"%}

{% endblock %} {% block content %}
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}
{% trans "Modify" %}
{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %} {% endblock %}