{{ 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 }}

Area choice

Fishing inArea A: {{ if group.low_state }} {{ C.A_LOW|cu }} {{ else }} {{ C.A_HIGH|cu }} {{ endif }}

Fishing inArea B: {{ if group.low_state }} {{ C.B_LOW|cu }} {{ else }} {{ C.B_HIGH|cu }} {{ endif }}

Where would you like to go fishing?

{{ formfield_errors 'area_choice' }}
{{ next_button }} {{ endblock }}