{{ extends "global/Page.html" }} {{ block title }}Round {{ round_number }} - Results{{ endblock }} {{ block content }}
You are Farmer {{ position }}
Investment in borehole: {{ player.investment }} tokens
Card chosen: {{ player.card_choice }}
Card cost: {{ player.card_cost }} tokens
Water needed: {{ player.water_input_needed }} units
Water received: {{ player.water_received }} units
{{ if player.card_success }}SUCCESS! Your card produced {{ player.card_output }} tokens
{{ else }}FAILED - Not enough water reached your plot. No production.
{{ endif }}Round payoff: {{ player.round_payoff }} tokens
Cumulative balance: {{ player.cumulative_balance }} tokens
Total group investment: {{ player.group.total_investment }} tokens
Groundwater produced: {{ player.group.groundwater_produced }} units
Total water available: {{ player.group.total_water_available }} units
Water outflow (unused): {{ player.group.water_outflow }} units
{{ if round_number == total_rounds }}Round {{ player.selected_round_for_payment }} was randomly selected for payment.
Your final payoff: {{ player.participant.payoff }} tokens
{{ endif }} {{ next_button }} {{ endblock }}