{{ extends "global/Page.html" }}
{{ block title }}Fishing Vacation{{ endblock }}
{{ block content }}
{{ if group.condition =='rigid' }}
You are about to recieve an advice from another player. The player advises you to go fish at Lake {{ subsession.rigid_advice }}.
{{ if group.condition =='bayesian' }}
You are about to recieve an advice from another player. The player advises you to go fish at Lake {{ subsession.bayesian_advice }}.
{{ if group.condition =='volatile' }}
You are about to recieve an advice from another player. The player advises you to go fish at Lake {{ subsession.volatile_advice }}.
{{ else }}
You are about to go on another fishing vacation.
{{ endif }}
Choose a lake:
{{ formfields }}
{{ next_button }}
{{ endblock }}