{% extends "mapit/base.html" %} {% load url from future %} {% block title %}{{ area.name }}{% endblock title %} {% block content %} {{ area.name }} ID {{ area.id }} Type: {{ area.type.description }} ({{ area.type.code }}) Exists in generations: {{ area.generation_low.id }}–{{ area.generation_high.id }} {% if country != 'Global' %} Country: {{ area.country }} {% endif %} {% if area.parent_area %} A child of {{ area.parent_area.name }}. {% endif %} {% if country != 'Global' %} {% if area.polygons.count or area.postcodes.count %} Example postcode {% endif %} {% endif %} {% if area.children.count %} Children {% endif %} Get this data as JSON {% if area.polygons.count %}
Get this data as JSON