From a984947846c7b83d3151fc4987ca615edcb168ef Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 15:05:16 +0200 Subject: i18n for survey --- talermerchantdemos/survey/templates/base.html.j2 | 115 +++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 talermerchantdemos/survey/templates/base.html.j2 (limited to 'talermerchantdemos/survey/templates/base.html.j2') diff --git a/talermerchantdemos/survey/templates/base.html.j2 b/talermerchantdemos/survey/templates/base.html.j2 new file mode 100644 index 0000000..b6d1c62 --- /dev/null +++ b/talermerchantdemos/survey/templates/base.html.j2 @@ -0,0 +1,115 @@ + + + + + + {{ gettext("Taler Survey Demo") }} + + + + + + {% block styles %}{% endblock %} + {% block scripts %}{% endblock %} + + + +
+

{{ gettext("Taler Demo") }}

+

{{ gettext("Survey") }}

+

{{ + gettext("This is the Taler survey demonstration.") + "
" + + gettext("It demonatrates how merchants can reward their users by granting tips.") + "
" + + gettext("Tipping is a way for offer cash rewards that go directly into a user's wallet.") + }} +

+
+ + +
+ {% block main %} + This is the main content of the page. + {% endblock %} +
+
+

{{ gettext('You can learn more about Taler on our main website.').format(site="https://taler.net/") }}

+
+

Copyright © 2014—2020 Taler Systems SA

+
+
+ + -- cgit v1.2.3