{tr}Location{/tr}: {$xref_title|escape} for {$title|escape}
{legend legend="Contents"}
{formlabel label="Geographic Location" for="xref"}
{forminput}
{tr}OpenStreetMap Link{/tr}
{formhelp note="Use one of the graphical tools like multimap or google maps to identify actual co-ordinates."}
{/forminput}
{formlabel label="Easting" for="xkey"}
{forminput}
{if $xrefInfo.xkey }
{$xrefInfo.xkey|escape}
{else}
Not yet set
{/if}
{formhelp note="Easting for location (x_coord - longitude)."}
{/forminput}
{formlabel label="Northing" for="xkey_ext"}
{forminput}
{if $xrefInfo.xkey_ext }
{$xrefInfo.xkey_ext|escape}
{else}
Not yet set
{/if}
{formhelp note="Northing for location (y_coord - latitude)."}
{/forminput}
{formlabel label="Location Directions" for="data"}
{forminput}
{$xrefInfo.data|escape}
{formhelp note="Directions to assist finding the actual location where site is not accessable via the postcode."}
{/forminput}
{/legend}
{legend legend="Start and Stop Dates"}
{formlabel label="Start Date" for=""}
{forminput}
{if $xrefInfo.ignore_start_date eq "y"}
No start date set
{else}
{$xrefInfo.start_date|bit_long_datetime}
{/if}
{formhelp note="This address record becomes valid on this date."}
{/forminput}
{formlabel label="End Date" for=""}
{forminput}
{if $xrefInfo.ignore_end_date eq "y"}
No end date set
{else}
{$xrefInfo.end_date|bit_long_datetime}
{/if}
{formhelp note="This address record finishes on this date."}
{/forminput}