{{ 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 2nd lowest endowment!
{% elif player.id_in_group == 3 %}You have the median endowment!
{% elif player.id_in_group == 4 %}You have the 2nd highest endowment!
{% elif player.id_in_group == 5 %}You have the highest endowment.
{% else %}ERROR! Please contact administrators!
{% endif %} {% else %}Reminder: Everyone's endowments are equal!
{% endif %} {% endif %}Amount remaining to meet climate account threshold is: {{ remaining }}
{% formfields %} {% next_button %} {% include Constants.instructions_template %} {{ endblock }}