From 23a87ad87719e7fd38645f1d76d370e623fffd9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
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 @@
 </dd>
 {% endif %}
 
+{% set payment = tagsPrefix(tags, 'payment:') %}
+{% if payment %}
+<dt>
+<i class="fa fa-money symbol" aria-hidden="true"></i>
+{{ keyTrans('payment') }}:
+</dt><dd>
+{% for k, tag in payment %}
+{% if tags[tag] == 'no' %}<s>{{ k }}</s> {% else %}{{ k }} {% endif %}
+{% endfor %}
+</dd>
+{% endif %}
+
 </dl>