{{ block title }} Fishery Game: Period 1 {{ endblock }} {{ block content }}

Round {{ player.round_number }}
Total earnings: {{ participant.payoff }}

{{ if group.low_state }} Your group’s fishing ground is now in a{{ group.field_display('low_state') }}. {{ else }} Your group’s fishing ground is now in a{{ group.field_display('low_state') }}. {{ endif }} {{ if group.low_state }}
Rounds needed without fishing inArea A to get tohigh state: {{ if group.round_number == 1 }} 2 {{ else }} {{ if group.pr_change }} 2 {{ elif group.fisher_entered != 0 }} 2 {{ else }} 1 {{ endif }} {{ endif }} {{ endif }}


Effort choice

{{ if group.low_state }}

Choosing high effort earns you an additional 10% income from fishing but comes with the risk of not going to a high state even when you go fishing in Area B.


{{ if player.area_choice == 1 }}

You choose to go fishing in Area A, which effort do you want to apply?High Effort earns you an additional {{ a_low_high|cu }}.

{{ else }}

You choose to go fishing in Area B, which effort do you want to apply?High Effort earns you an additional {{ b_low_high|cu }}.

{{ endif }}
{{ else }}

Choosing high effort earns you an additional 10% income from fishing but increases the likelihood of destroying the fishing ground and going to a low state even when you go fishing in Area B..

{{ if player.area_choice == 1 }}

You choose to go fishing in Area A, which effort do you want to apply?High Effort earns you an additional {{ a_high_high|cu }}?

{{ else }}

You choose to go fishing in Area B, which effort do you want to apply?High Effort earns you an additional {{ b_high_high|cu }}?

{{ endif }}
{{ formfield_errors 'effort_choice' }} {{ endif }}
{{ next_button }} {{ endblock }}