diff --git a/commonBody.html b/commonBody.html
index c75791ff6..434ebdb6e 100644
--- a/commonBody.html
+++ b/commonBody.html
@@ -38,10 +38,17 @@
{% if attribute(tags, 'wheelchair') %}
-
+
{{ keyTrans('wheelchair') }}
- {{ tagTrans('wheelchair', tags.wheelchair) }}
+ {{ tagTrans('wheelchair', tags.wheelchair) -}}
+
+ {%- if attribute(tags, 'toilets:wheelchair') -%}
+ , 🚽 {{ keyTrans('amenity', 'toilets') }}: {{ tagTrans('toilets:wheelchair', attribute(tags, 'toilets:wheelchair')) }}
+ {% endif %}
+
+
+ {{ localizedTag(tags, 'wheelchair:description') }}
{% endif %}