diff --git a/commonBody.html b/commonBody.html index eb9f27d..b014368 100644 --- a/commonBody.html +++ b/commonBody.html @@ -23,6 +23,20 @@ {% endif %} +{% if tags.opening_hours %} +{% set oh_state = openingHoursState(tags.opening_hours) %} +{% set oh_css = { "open": "yes", "closed": "no", "unknown": "unknown" } %} +{% set oh_css = oh_css[oh_state] %} +
  • + + {{ keyTrans('opening_hours') }}: + + {{ trans(oh_state) }}
    + {{ tags.opening_hours }} +
    +
  • +{% endif %} + {% set payment = tagsPrefix(tags, 'payment:') %} {% if payment %}