{% extends 'profile/_base_profile.html' %}{% load humanize lookup staticfiles %} {% block head_title %}{{ geography.this.short_name }} - {{ block.super }}{% endblock %} {% block head_meta_description %}Population data from {{ geography.this.short_name}}, broken down by category.{% endblock %} {% block head_facebook_tags %} {% endblock %} {% block head_css_extra %} {% endblock %} {% block body_id %}profile{% endblock %} {% block header_content %}

{{ geography.this.short_name }}

{{ geography.this.geo_level|capfirst }} {% if geography.parents %} in {% for level, g in geography.parents.items %} {{ g.short_name }}{% if not forloop.last %},{%endif%} {% endfor %} {% endif %}

{% block profile_header_population %} {{ demographics.total_population.values.this|floatformat:"0" }} Population {% endblock %}
{% if geography.this.square_kms %}
{% if geography.this.square_kms < 1.0 %}{{ geography.this.square_kms|floatformat:"3" }}{% else %}{{ geography.this.square_kms|floatformat:"1" }}{% endif %} square kilometres {% if demographics.population_density.values.this %} {% block profile_header_density %} {{ demographics.population_density.values.this|floatformat:"1" }} people per square kilometre {% endblock %} {% endif %} {% block geography_extra_sq_km %} {% endblock %}
{% endif %} {% if geography.this.show_extra_links %} {% include "profile/_blocks/_header_extra_links.html" %} {% endif %} {% block profile_header_tail %}{% endblock %}
{% endblock %} {% block content %} {% comment %}

Find data for this place

{% endcomment %} {% block profile_preamble %}

Compare this place with another

Interact with charts and statistics for additional information.

{% endblock %} {% block profile_detail %}

Example

{% endblock profile_detail %} {% endblock content %} {% block body_javascript_extra %} {{ block.super }} {% block profile_javascript_libs %} {% endblock %} {% endblock %}