{{desc[lang].male}}
{{ numformat(people.TOTAL_MALE) }}
{{desc[lang].female}}
{{ numformat(people.TOTAL_FEMALE) }}
{{desc[lang].total}}
{{ numformat(parseInt(people.TOTAL_MALE) + parseInt(people.TOTAL_FEMALE)) }}
{{desc[lang].totalHouse}}
{{ numformat((people.TOTAL_HOUSE)) }}