"{% for op in attribute(tags, 'heritage:operator')|split(';') %}",
"{% set found = false %}",
"{% if const[op].url and attribute(tags, const[op].key) %}<a target=\"_blank\" href=\"{{ const[op].url|replace({\"$1\": attribute(tags, const[op].key)}) }}\">{% endif -%}",
"{% for k in ['amenity', 'shop', 'telecom', 'waterway', 'craft', 'highway', 'railway', 'aerialway', 'emergency', 'geological', 'man_made', 'natural', 'office', 'power', 'aeroway', 'tourism', 'leisure', 'military', 'landuse', 'barrier', 'route'] if not found %}",
"{{- tagTrans('heritage:operator', op) -}}",
" {% if attribute(tags, k) and attribute(tags, k) != 'yes' %}",
xxxxxxxxxx