{% extends "mapit/base.html" %} {% load url from future %} {% block title %}Results for “{{ postcode.postcode }}”{% endblock title %} {% block content %} {{ postcode.postcode }} {% if postcode.coordsyst %} {% ifequal postcode.coordsyst "G" %}OSGB{% else %}IRE65{% endifequal %} E/N: {{ postcode.easting }}, {{ postcode.northing }} {% endif %} {% if postcode.wgs84_lat or postcode.wgs84_lon %} WGS84 lat/lon: {{ postcode.wgs84_lat }}, {{ postcode.wgs84_lon }} {% else %} No location information. Note this is a valid postcode (otherwise you would have got a 404), just one for which we don’t know the location. {% endif %} Get this data as JSON {% if postcode.wgs84_lat or postcode.wgs84_lon %}
Get this data as JSON