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

Results after: Round {{ player.round_number }}.

You chose to fish in {{ player.field_display('area_choice') }}.

Here were the group choices made:

{{ choices }}

Therefore, the number of fishermen entered Area A is {{ group.fisher_entered }}.

You payoff for the last round is: {{ player.payoff }}

{{ if group.round_number >= 2 }}

You total payoff for all rounds is: {{ participant.payoff }}

{{ if group.low_state == True }}

Area state is: Low.

{{ else }}

Area state is: High.

{{ endif }} {{ else }} Area is in a low state. {{ endif }}

Please, proceed to the next round.

{{ next_button }} {{ endblock }}