From 11841563d25a18bee5fc5e52139ca3d89d601818 Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Wed, 5 Aug 2015 19:18:13 +0200 Subject: Printing: add six dives per page template Six dives per page templates makes good use of the page area, it can be mainly used to produce a lightweight print outs. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/Six Dives.html | 175 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 printing_templates/Six Dives.html (limited to 'printing_templates') diff --git a/printing_templates/Six Dives.html b/printing_templates/Six Dives.html new file mode 100644 index 000000000..3c64d5ec3 --- /dev/null +++ b/printing_templates/Six Dives.html @@ -0,0 +1,175 @@ + + + + + +
+{% block main_rows %} + {% for dive in dives %} +
+
+
+
+
+
+
+ + + + + + + +
+

Dive # {{ dive.number }} - {{ dive.date }} {{ dive.time }}

+

Max depth: {{ dive.depth }}

+
+

{{ dive.location }}

+

Duration: {{ dive.duration }}

+
+ + + + + + + + + + + +
Gas used: {{ dive.gas }} Tags: {{ dive.tags }} SAC: {{ dive.sac }}
Divemaster: {{ dive.divemaster }} Buddy: {{ dive.buddy }} Rating: {{ dive.rating }}/5
+
+
+
+ + + + + + + + + +
+

Notes:

+
+
+

{{ dive.notes }}

+
+
+
+
+
+
+ {% endfor %} +{% endblock %} +
+ + + -- cgit v1.2.3-70-g09d2