{% extends "global/Page.html" %} {% load otree %} {% block title %}Round 2{% endblock %} {% block content %}
This is the second of four rounds of the simulation.
Suppose again that you have {{Constants.acre_endowment}} acres on which you grow crops. Planting cover crops may improve water quality by reducing nutrient runoff into area waterways and into Lake Erie.
To improve water quality, your group must plant a minimum of {{Constants.cc_threshold_acres}} acres with cover crops among all {{Constants.players_per_group}} farmers.
Your per-acre profit from crop production is {{Constants.per_acre_profit}}. If you wish to plant cover crops, you must pay {{Constants.cc_cost_per_acre}} per acre.
There are {{Constants.num_rounds}} "years" in this round of the simulation.
{% next_button %} {% endblock %}