{{ extends "global/Page.html" }} {{ block title }} Message from Leader and Your Contribution Decision {{ endblock }} {{ block content }}

Round {{ player.round_number }} of {{ C.NUM_ROUNDS }}


{{ if member_left and not leader_left }} {{ if active_member_count == 1 }}
⚠️ All other group members have left the game.
You are the only remaining member. You will keep all your tokens and receive your share of any multiplied contributions.
{{ else }}
{{ if dropout_count == 1 }} ⚠️ 1 group member has left the game.
Your group has been reduced from {{ original_member_count }} to {{ active_member_count }} member{{ if active_member_count != 1 }}s{{ endif }}. {{ else }} ⚠️ {{ dropout_count }} group members have left the game.
Your group has been reduced from {{ original_member_count }} to {{ active_member_count }} member{{ if active_member_count != 1 }}s{{ endif }}. {{ endif }}
{{ endif }} {{ endif }} {{ if leader_left }}
⚠️ Your leader has left the game.
This was their last message:
{{ endif }}

{{ if leader_left }} Last message from your Leader: {{ else }} Message from your Leader: {{ endif }}

{{ leader_message }}

You have {{ C.MEMBER_ENDOWMENT }} tokens. How much would you like to contribute to the group account?

Remember: All contributions will be multiplied by {{ C.MULTIPLIER }} and shared equally among the {{ active_member_count }} active group member{{ if active_member_count != 1 }}s{{ endif }}.

{{ formfields }}
{{ next_button }} {{ endblock }}