{% extends "global/Page.html" %} {% load otree %} {% block title %}Round 1{% endblock %} {% block content %}
This is the first of four rounds of the simulation.
Suppose that you have {{Constants.acre_endowment}} acres on which you grow crops. 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 %}