aboutsummaryrefslogtreecommitdiff
path: root/sklad/label.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'sklad/label.tmpl')
-rw-r--r--sklad/label.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/sklad/label.tmpl b/sklad/label.tmpl
new file mode 100644
index 0000000..da17c58
--- /dev/null
+++ b/sklad/label.tmpl
@@ -0,0 +1,13 @@
+{{ define "Title" }}Tisk štítku{{ end }}
+{{ define "Content" }}
+<h2>Tisk štítku pro {{ .Id }}</h2>
+
+{{ if .UnknownId }}
+<p>Neznámý obal.
+{{ else if .Error }}
+<p>Tisk selhal: {{ .Error }}
+{{ else }}
+<p>Tisk proběhl úspěšně.
+{{ end }}
+
+{{ end }}