## -*- coding: UTF-8 -*-
<%inherit file="layout.html"/>
<%! from urllib import unquote_plus %>
<%namespace file="/widgets/fixed-pane.html" import="fixed_pane" />
<%
code = c.geocode
x, y = code.xy_ll.x, code.xy_ll.y
str_addr = str(code.address)
html_addr = str_addr.replace('\n', '
')
field_addr = unquote_plus(code.urlStr())
%>
<%call expr="fixed_pane()">
<%def name="title()">
Location
show on map
%def>