{% 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 "Elevation" %} {{elevation|floatformat:"0" }}{% blocktrans %} m above sea level{% endblocktrans %}
{% 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:"2" }}
{% trans "Number of Buildings" %} {{vuid_buildings|floatformat:"0"|intcomma }}
{% trans "Local Name" %} {{name_local}}
{% trans "Local Name Confidence Level" %} {{name_local_confidence}}
{% trans "Alternative English Name" %} {{name_alternative_en}}
{% trans "Type of Settlement" %} {{type_settlement}}
{{ landcover_pop_chart.as_html }}
{{ landcover_area_chart.as_html }}