{{ block title }}Turn {{group.round_number}}{{ endblock }} {{ block content }}
{% if group.round_number == 1 %} Before Turn 1, your community contributed {{group.total_pre_contribution}} to build a starting shield worth {{group.shield_0}}. {% endif %} {% if group.round_number > 1 %} Last turn, in preparation of a severity {{group.severity_prev}} disaster, your community contributed {{group.total_contribution_prev}} ({{Constants.multiplier}}x) to increase the shield from {{group.shield_0_prev}} to {{group.shield_1_prev}}. This shield reduced the total damage your community received from {{group.total_damage_prev}} to {{group.leftover_damages_prev}}, {{player.leftover_damage_prev}} of which were allocated to you. Since you contributed {{player.contribution_prev}}, your total loss for the previous turn was {{player.loss_prev}}. {% endif %}
Current Shield: {{group.shield_0}}
Disaster Severity: {{group.severity}} (out of 50)