{{ extends "global/Page.html" }} {{ block title }}Round {{ round_number }} - Investment Phase{{ endblock }} {{ block content }}

You are Farmer {{ position }} ({{ if position == 1 }}upstream{{ elif position == 2 }}second{{ else }}downstream{{ endif }})

Your current balance: {{ balance }} tokens

Each round you can invest 0 to {{ C.MAX_INVESTMENT }} tokens in the collective borehole to produce groundwater.

{{ formfield player.investment }} {{ next_button }} {{ endblock }}