{% extends "global/Page.html" %} {% load otree static %} {% block title %} Page title {% endblock %} {% block content %}
You and one other player can invest into a public project. All money you invest is multiplied by {{ Constants.investment_factor }} and the profit is distributed evenly between both players. You have a budget of {{ Constants.budget }}
{% if player.id_in_group == 1 %} Please be nice and invest all your money. {% else %} Remember that the other player gets 50% of the money you make from your investment {% endif %} {% formfield player.contribution %}
When making your decision you should consider how much the other player is likely to invest. {% formfield player.guess_contribution_other %}
{% next_button %} {% endblock %}