{% load i18n %} {% load humanize %}
{% trans "Earthquake affected Population and settlement overview" %} | {% if "detail_base" in checked %}{% trans "Hide Detail" %}{% else %}{% trans "Show Detail" %}{% endif %} |
|||||||||||||||
{% trans "Region" %} | {% trans "Mercalli Intensity Scale" %} | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% trans "II-III: Weak" %} | {% trans "IV: Light" %} | {% trans "V: Moderate" %} | {% trans "VI: Strong" %} | {% trans "VII: Very-strong" %} | {% trans "VIII: Severe" %} | {% trans "IX: Violent" %} | {% trans "X+: Extreme" %} | |||||||||
{% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | {% trans "Pop" %} | {% trans "Settl." %} | |
{{parent_label}} | {{pop_shake_weak | intword | intcomma}} | {{settlement_shake_weak | intword | intcomma}} | {{pop_shake_light | intword | intcomma}} | {{settlement_shake_light | intword | intcomma}} | {{pop_shake_moderate | intword | intcomma}} | {{settlement_shake_moderate | intword | intcomma}} | {{pop_shake_strong | intword | intcomma}} | {{settlement_shake_strong | intword | intcomma}} | {{pop_shake_verystrong | intword | intcomma}} | {{settlement_shake_verystrong | intword | intcomma}} | {{pop_shake_severe | intword | intcomma}} | {{settlement_shake_severe | intword | intcomma}} | {{pop_shake_violent | intword | intcomma}} | {{settlement_shake_violent | intword | intcomma}} | {{pop_shake_extreme | intword | intcomma}} | {{settlement_shake_extreme | intword | intcomma}} |