{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}

You planted cover crops on {{player.acres_planted_individual}} acres. Your total cost of planting cover crops was {{player.cc_cost_total}}.

Your group planted a total of {{group.total_acres}} acres with cover crops.

{% if player.acres_planted_individual > 0 %}

You received {{player.profit_cc_acres_no_bonus}} per acre planted with cover crops.

{% endif %} {% if player.acres_planted_individual < 100 %}

Your profit for acres not planted with cover crops was {{Constants.per_acre_profit}} per acre.

{% endif %}

The total profit for your {{Constants.acre_endowment}} acres is {{player.payoff_no_bonus}}.

{% for p in player_in_all_rounds %} {% endfor %}
Round Player and outcome
{{ p.round_number }} p.payoff
{% next_button %} {% endblock %}