{{ block title }}Turn {{subsession.round_number}}{{ endblock }} {{ block content }}

{% if subsession.round_number > 1 %} Last turn, a disaster of severity {{subsession.severity_prev}} caused your community {{subsession.total_damage_prev}} worth of total damage. Your community contributed {{subsession.total_contribution_prev}} to build a shield worth {{subsession.shield_1_prev}} ({{Constants.multiplier}}x multiplier). Therefore, the net damage to you community was {{subsession.leftover_damages_prev}}, of which {{player.leftover_damage_prev}} impacted you directly. Since you contributed {{player.contribution_prev}}, your total loss for the previous turn was {{player.loss_prev}}. However, your remaining {{remaining_resource}} grew by {{Constants.interest_rate}}%. {% endif %}

You currently have {{player.resource_start}} of resources, and your chance of being impacted by a disaster of severity {{subsession.severity}} this turn is {{player.hit_prob_disp}}. The community shield is currently {{subsession.shield_0}}.

{% include Constants.disaster_charts_template %}

{% formfields %} {% next_button %} {{ endblock }}