{% load i18n mathfilters %} {% load humanize %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %}
{% trans "Settlement" %} {{name_en}}
{% trans "Language" %} {{language_field}}
{% trans "District" %} {{dist_na_en}}
{% trans "Province" %} {{prov_na_en}}
{% trans "Area" %} {{area_sqm|div:1000000|floatformat|intcomma}} {% blocktrans %}km2{% endblocktrans %}
{% trans "Total Population" %} {{vuid_population|floatformat:"0"|intcomma }}
{% trans "Average Household Size" %} {{vuid_pop_per_building|floatformat:"1" }}
{% trans "Number of Buildings" %} {{vuid_buildings|floatformat:"0"|intcomma }}
{{ gender_ratio_chart.as_html }}
{{ gender_ratio_by_age_chart.as_html }}