From ae1c598d0ceab75d2ad5a7a7904b1be2c2a2471e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Sun, 13 Aug 2017 17:45:58 +0200
Subject: [PATCH] commonBody: wheelchair status

---
 commonBody.html | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/commonBody.html b/commonBody.html
index 7044bc4f9..c75791ff6 100644
--- a/commonBody.html
+++ b/commonBody.html
@@ -36,4 +36,14 @@
 </li>
 {% endif %}
 
+{% if attribute(tags, 'wheelchair') %}
+<li>
+  <i class="fa fa-wheelchair-alt symbol" aria-hidden="true"></i>
+  <span class='key'>{{ keyTrans('wheelchair') }}</span>
+  <span class='value'>
+    {{ tagTrans('wheelchair', tags.wheelchair) }}
+  </span>
+</li>
+{% endif %}
+
 </ul>