{{ block title }}Contribute{{ endblock }} {{ block content }}

Current Round: {{ group.round_number }}

{% if group.round_number == 1 %} {% if equality == 0 %} {% if player.id_in_group == 1 %}

You have the lowest endowment.

{% elif player.id_in_group == 2 %}

You have the median endowment!

{% elif player.id_in_group == 3 %}

You have the highest endowment.

{% else %}

ERROR! Please contact administrators!

{% endif %} {% else %}

Reminder: Everyone's endowments are equal!

{% endif %} {% endif %}
How much would you like to contribute in this round? Your maximum budget is {{ player.budget }}.

Amount remaining to meet climate account threshold is: {{ remaining }}

{% formfields %} {% next_button %} {% include Constants.instructions_template %} {{ endblock }}