[% IF map.clickable %]
[% map.img_type = 'input type="image"' %]
[% ELSE %]
[% map.img_type = 'img' %]
[% END %]
[% pre_map %]
[% IF noscript_map_template == 'maps/noscript_map_base_wmx.html' %]
[% INCLUDE 'maps/noscript_map_base_wmx.html' js = 1 %]
[% ELSE %]
[% INCLUDE 'maps/noscript_map.html' js = 1 %]
[% END %]
[% IF map.copyright %]
[% map.copyright | safe %]
[% END %]
[% IF map_type_toggle %]
[% IF c.config.BING_MAPS_API_KEY OR c.cobrand.moniker == 'zurich' %]
[% aerial = c.req.params.aerial %]
[% SET aerial = 1 IF c.cobrand.moniker == 'zurich' AND NOT c.req.params.aerial.defined %]
[% IF aerial %]
[% loc('Road map') %]
[% ELSE %]
[% loc('Aerial map') %]
[% END %]
[% END %]
[% END %]
[% IF page == "around" %]
[% IF c.req.params.no_pins %]
[% loc('Show pins') %]
[% ELSE %]
[% loc('Hide pins') %]
[% END %]
[% END %]
[%# May be filled by JS e.g. around filters, or Expand map ~%]
[% map_sub_links | safe %]
[% INCLUDE 'maps/_map_instructions.html' %]