{{ extends 'global/Page.html' }} {{ block title }}Fishing Vacation{{ endblock }} {{ block content }}
{{ if player.round_number == 1 }}

You are about to do a round of fishing.

{{ else }}

This is round {{ player.round_number }} of {{ C.NUM_ROUNDS }}.

So far you have caught a total of {{ player.participant.total }} fish and have earned a bonus of {{ player.participant.bonus }}!

{{ endif }}

{{ if player.round_number == 1 }}

You meet Taylor, a local fisherman on the fishing site. They give you the opportunity to choose which of the two lakes you'd like to fish from, and they will go fish from the other.

{{ else }}

Taylor again gives you the opportunity to choose which of the two lakes you'd like to fish from,
and they will go fish from the other.

{{ endif }}

Which lake will you fish from?
{{ for image in image_data }} {{ endfor }} {{ formfield_errors 'img_choice' }}
{{ next_button }} {{ endblock }}