{{ block title }} Fishery Game: Period 1/3 {{ endblock }} {{ block content }}
{{ if group.fisher_entered == 0 }}
As all group members went fishing in B, thespawning areastays intact
and the fishing area in a high state with a probability of 90%.
{{ elif group.fisher_entered == 1 }}
As one fisher in your group went fishing in A, thespawning areastays intact
and the fishing area in a high state with a probability of 70%.
{{ elif group.fisher_entered == 2 }}
As two fishers in your group went fishing in A, thespawning areastays intact
and the fishing area in a high state with a probability of 50%.
{{ elif group.fisher_entered == 3 }}
As three fishers in your group went fishing in A, thespawning areastays intact
and the fishing area in a high state with a probability of 20%.
{{ elif group.fisher_entered == 4 }}
As four fishers in your group went fishing in A, thespawning areacan not recover
and deteriorates with a probability of 0%.
{{ elif group.fisher_entered == 5 }}
As all fishers in your group went fishing in A, thespawning areacan not recover
and deteriorates with a probability of 0%.
{{ endif }}