From 95264a99379ed183a8d098fbaadbca973c5baa68 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 21 Feb 2020 12:38:32 -0300 Subject: Add Cashier and Merchant POS to components --- template/cashier.html.j2 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 template/cashier.html.j2 (limited to 'template/cashier.html.j2') diff --git a/template/cashier.html.j2 b/template/cashier.html.j2 new file mode 100644 index 00000000..c7509e96 --- /dev/null +++ b/template/cashier.html.j2 @@ -0,0 +1,29 @@ +{% extends "common/base.j2" %} + +{% block body_content %} + +
+
+

{{ _("Taler Cashier") }}

+
+
+ +
+ +
+
+

+ {% trans %} + The Taler Cashier is an Android app + that enables you to take cash and give out electronic cash. + {% endtrans %} +

+

{{ _("Download") }}

+

+ Coming soon! +

+
+
+ +
+{% endblock body_content %} -- cgit v1.2.3