{% block global_styles %} {% endblock %} {{ block title }} Fishery Game: Period 1/3 {{ endblock }} {{ block content }}

Round {{ player.round_number }}

{{ if player.area_choice == 0 and player.effort_choice == 0}}

You fished in Area B with normal effort which earned you {{ player.payoff_before_punishment }}

{{ elif player.area_choice == 0 and player.effort_choice == 1}}

You fished in Area B with high effort which earned you {{ player.payoff_before_punishment }}

{{ elif player.area_choice == 1 and player.effort_choice == 0}}

You fished in Area A with normal effort which earned you {{ player.payoff_before_punishment }}

{{ else }}

You fished in Area A with high effort which earned you {{ player.payoff_before_punishment }}

{{ endif }}

{{ if group.fisher_entered > 0 }} Someone entered Area A. {{ endif }}

{{ if group.round_number <= 2 }} {{ if group.fisher_entered == 0 }} {{ if group.round_number == 1 }}
TheArea Ais half-recovered. {{ else }} {{ if group.prev_fisher_entered == 0 }}
TheArea Ais fully recovered. {{ else }}
TheArea Acould not recover. {{ endif }} {{ endif }} {{ else }}
TheArea Acould not recover. {{ endif }} {{ else }} {{ if group.area_recovered == 1 }}
TheArea Ais on its way to recovery. {{ elif group.area_recovered == 0 }}
TheArea Acould not recover. {{ else }}
TheArea Ais fully recovered. {{ endif }} {{ endif }}

Your earnings were reduced by other players by: {{ player.punishment_received }}
You invested to reduce other players earnings: {{ player.cost_of_punishing }}

You received {{ player.sum_smileys_down_received }} by other players in your group.

You sent {{ player.sum_smileys_down_sent }} to other players in your group.

Total current payoff: {{ participant.payoff }}

{{ next_button }} {{ endblock }}