{{ block title }} Negotiation {{ endblock }} {{ block content }}

Based on your performances in the previous game, you need to now agree on ranks, which will determine your payoffs. Two people cannot have the same rank. You have {{ C.TIMEOUT_SECONDS }} seconds to come to an agreement. During the negotiation, all payoffs will shrink down gradually and will hit 0 if a consensus is not reached in time.

This table shows in real time the ranks each player gives themselves.

{{ for d in C.RANKS }} {{ endfor }} {{ for p in group.get_players() }} {{ for d in C.RANKS }} {{ endfor }} {{ endfor }}
{{ d.label }} ( points)
Participant {{ p.id_in_group }} {{ if p == player }}(me){{ endif }}
Chat with your group {{ chat }}
{{ endblock }}