{{ 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 %}
{% 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.geo_level|capfirst }} {% if geography.parents %} in {% for level, g in geography.parents.items %} {{ g.short_name }}{% if not forloop.last %},{%endif%} {% endfor %} {% endif %}
Interact with charts and statistics for additional information.
{% endblock %} {% block profile_detail %}