From 74b1f0ec7295a9938d23c2c48762c79cab4a1c3f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 Sep 2020 12:18:03 +0200 Subject: add pages for cashier and pos, modify link to wallet to point to F-Droid instead of F-Dold --- template/cashier.html.j2 | 87 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 68 insertions(+), 19 deletions(-) (limited to 'template/cashier.html.j2') diff --git a/template/cashier.html.j2 b/template/cashier.html.j2 index c7509e96..6a6b548e 100644 --- a/template/cashier.html.j2 +++ b/template/cashier.html.j2 @@ -1,29 +1,78 @@ {% extends "common/base.j2" %} +{% block head_content %} + +{% endblock head_content %} + {% block body_content %} - -
-
-

{{ _("Taler Cashier") }}

+ +
+
+

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! -

-
+
+ {% trans %} + This is the page for the Taler cashier App. It allows + the cashier to grant Taler users the right to withdraw + a certain amount of e-cash from the cashier's bank + account. Thus, it offers + an equivalent functionality to what you may find + on the bank Web site when withdrawing from an account there. + {% endtrans %} + . +
-
+ +
{% endblock body_content %} -- cgit v1.2.3