From 4553155cf319df3e06e8b29adcabe6125943335a Mon Sep 17 00:00:00 2001 From: Gehad elrobey Date: Fri, 21 Aug 2015 19:04:42 +0200 Subject: Printing: add a statistics template Add a statistics template to the templates directory. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Gehad elrobey --- printing_templates/statistics/Default.html | 97 ++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 printing_templates/statistics/Default.html diff --git a/printing_templates/statistics/Default.html b/printing_templates/statistics/Default.html new file mode 100644 index 000000000..4ec02766a --- /dev/null +++ b/printing_templates/statistics/Default.html @@ -0,0 +1,97 @@ + + + + + +
+ + + + + + + + + + + + + + + + + +{% block main_rows %} + {% for year in years %} + + + + + + + + + + + + + + + + + {% endfor %} +{% endblock %} +
YearDivesTotal TimeAvg TimeShortest TimeLongest TimeAvg DepthMin DepthMax DepthAvg SACMin SACMax SACMin TempMax Temp
{{ year.year }} {{ year.dives }} {{ year.total_time }} {{ year.avg_time }} {{ year.shortest_time }} {{ year.longest_time }} {{ year.avg_depth }} {{ year.min_depth }} {{ year.max_depth }} {{ year.avg_sac }} {{ year.min_sac }} {{ year.max_sac }} {{ year.min_temp }} {{ year.max_temp }}
+
+ + -- cgit v1.2.3-70-g09d2