From bd9e6483dd3d7416e1b228e82a70b5d6ba6d3ce6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Mar 2011 22:56:48 +0100 Subject: Operation sheet (refs #16) --- ishtar/templates/sheet_operation_pdf.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ishtar/templates/sheet_operation_pdf.html (limited to 'ishtar/templates/sheet_operation_pdf.html') 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 }} +
+Ishtar – {{APP_NAME}} – {{item}} +
+{% endblock %} +{%block main_foot%} +
+– – +
+ + +{%endblock%} -- cgit v1.2.3