From 23a87ad87719e7fd38645f1d76d370e623fffd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 12 Aug 2017 21:42:27 +0200 Subject: [PATCH] commonBody: include payment options --- commonBody.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/commonBody.html b/commonBody.html index f01130c..52dc8c1 100644 --- a/commonBody.html +++ b/commonBody.html @@ -20,4 +20,16 @@ {% endif %} +{% set payment = tagsPrefix(tags, 'payment:') %} +{% if payment %} +
+ +{{ keyTrans('payment') }}: +
+{% for k, tag in payment %} +{% if tags[tag] == 'no' %}{{ k }} {% else %}{{ k }} {% endif %} +{% endfor %} +
+{% endif %} +