summaryrefslogtreecommitdiff
path: root/ishtar/templates/sheet_operation_pdf.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/templates/sheet_operation_pdf.html')
-rw-r--r--ishtar/templates/sheet_operation_pdf.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/ishtar/templates/sheet_operation_pdf.html b/ishtar/templates/sheet_operation_pdf.html
new file mode 100644
index 000000000..30f9595bf
--- /dev/null
+++ b/ishtar/templates/sheet_operation_pdf.html
@@ -0,0 +1,14 @@
+{% extends "sheet_operation.html" %}
+{% block main_head %}
+{{ block.super }}
+<div id="pdfheader">
+Ishtar &ndash; {{APP_NAME}} &ndash; {{item}}
+</div>
+{% endblock %}
+{%block main_foot%}
+<div id="pdffooter">
+&ndash; <pdf:pagenumber/> &ndash;
+</div>
+</body>
+</html>
+{%endblock%}