{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

The game ended with Player {{ ender }} playing {{ end_decision }} on Round {{ end_round }}.

You were Player {{player.id_in_group}} and your final payoff was {{player.payoff}}

This is round {{player.round_number}} of {{Constants.num_rounds}} rounds.

{{ if player.round_number < Constants.num_rounds}} {{ next_button }} {{ endif }} {{ endblock }}