{{ extends "global/Page.html" }} {{ block title }}Round {{ player.round_number }} - Choose Activity Card{{ endblock }} {{ block content }}

You are Farmer {{ position }}

Groundwater produced: {{ groundwater }} units

Total water available (surface + groundwater): {{ total_water }} units

Available Activity Cards

{{ include_sibling 'card_table.html' }} {{ formfield player.card_choice }} {{ next_button }} {{ endblock }}