summaryrefslogtreecommitdiff
path: root/template/cashier.html.j2
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-02-21 12:38:32 -0300
committerTorsten Grote <t@grobox.de>2020-02-21 12:38:32 -0300
commit95264a99379ed183a8d098fbaadbca973c5baa68 (patch)
tree616dc77832cf140c99c5f06d590a348036419e2e /template/cashier.html.j2
parentc8e81e9bec3303d355b267b3fccda0b96a1fb348 (diff)
downloadwww-95264a99379ed183a8d098fbaadbca973c5baa68.tar.gz
www-95264a99379ed183a8d098fbaadbca973c5baa68.tar.bz2
www-95264a99379ed183a8d098fbaadbca973c5baa68.zip
Add Cashier and Merchant POS to components
Diffstat (limited to 'template/cashier.html.j2')
-rw-r--r--template/cashier.html.j229
1 files changed, 29 insertions, 0 deletions
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 %}
+<!-- Jumbotron -->
+<div class="jumbotron">
+ <div class="text-center">
+ <h1 lang="en">{{ _("Taler Cashier") }}</h1>
+ </div>
+</div>
+
+<div class="container">
+
+ <div class="row">
+ <div class="col-lg-12">
+ <p>
+ {% trans %}
+ The Taler Cashier is an Android app
+ that enables you to take cash and give out electronic cash.
+ {% endtrans %}
+ </p>
+ <h2>{{ _("Download") }}</h2>
+ <p>
+ Coming soon!
+ </p>
+ </div> <!-- /col-lg-12 -->
+ </div> <!-- /row -->
+
+</div> <!-- /container -->
+{% endblock body_content %}