diff --git a/printing_templates/table.html b/printing_templates/table.html new file mode 100644 index 000000000..c97267405 --- /dev/null +++ b/printing_templates/table.html @@ -0,0 +1,83 @@ + +
+ + + +| Dive # | +Date | +Time | +Depth | +Duration | +Master | +Location | +
|---|---|---|---|---|---|---|
| {{ dive.number }} | +{{ dive.date }} | +{{ dive.time }} | +{{ dive.depth }} | +{{ dive.duration }} | +{{ dive.divemaster }} | +{{ dive.location }} | +