From d4fdc37f8f3c6d728007bb7a5a99b60b3d0c27bd Mon Sep 17 00:00:00 2001 From: sembruk Date: Thu, 5 Apr 2018 14:19:16 +0300 Subject: [PATCH] Added recycling type in popup --- popupBody.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/popupBody.html b/popupBody.html index c5e9e9e..5deac60 100644 --- a/popupBody.html +++ b/popupBody.html @@ -115,4 +115,11 @@ {% endif %} +{% if attribute(tags, 'recycling:plastic_bottles' == 'yes' %} +
  • + + {{ keyTrans('recycling:plastic_bottles') }} +
  • +{% endif %} +