summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates/ishtar/sheet_warehouse_pdf.html
blob: d95efe58f59d6ff377d04d8836e3789cf548da86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "ishtar/sheet_warehouse.html" %}
{% block header %}
{% endblock %}
{% block main_head %}
{{ block.super }}
<div id="pdfheader">
Ishtar &ndash; {{APP_NAME}} &ndash; {{item}}
</div>
{% endblock %}
{%block head_sheet%}{%endblock%}
{%block main_foot%}
</body>
</html>
{%endblock%}