{%- from 'jinja2_macros.html' import construct_toggle_link with context -%}
{{ construct_toggle_link( map_view_toggle, "hide map", ['widget_event', ['locations', ['toggle_locations_widget_view', { "action": 'show_frontend' }]]], "show map", ['widget_event', ['locations', ['toggle_locations_widget_view', { "action": 'show_map' }]]] )}}