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

This is round #{{player.subsession.round_number}}.

The multiplier of the Group Account in this round is {{subsession.multiplier}} . It means the total contribution in this round will be multiplied by {{subsession.multiplier}}, then divided equally to you and other {{num_other_players}} members.

Now you have {{ Constants.endowment }}.

{% formfields %}

{% include Constants.instruction_template %}
{% next_button %} {% endblock %}