{% extends "mapit/base.html" %} {% load mapit_i18n %} {% load url from compat %} {% block title %}{% blocktrans with postcode=postcode.postcode %}Results for “{{ postcode }}”{% endblocktrans %}{% endblock title %} {% block content %}

{{ postcode.postcode }}

{% url json_view postcode=postcode.postcode as json_url %}

{% blocktrans %}Get this data as JSON{% endblocktrans %}

{% if postcode.wgs84_lat or postcode.wgs84_lon %}
{% endif %}

{% trans "Areas" %}

{% include "mapit/areas.html" %}
{% endblock %}