## -*- coding: UTF-8 -*- <%inherit file="layout.html"/> <%! from urllib import unquote_plus %> <%namespace file="/widgets/fixed-pane.html" import="fixed_pane" /> ${self.json()}

${c.exception.title}

Select a location

<%def name="geocode(geocode, i)"> <% str_addr = str(geocode.address) xy_ll = geocode.xy_ll x, y = xy_ll.x, xy_ll.y link_addr = geocode.urlStr() html_addr = str_addr.replace('\n', '
') field_addr = unquote_plus(link_addr) %> <%call expr="fixed_pane(title_bar_style={'display': 'none'}, )"> <%def name="title()"> Location show on map
${html_addr}