{{ block title }} Final Results {{ endblock }} {{ block styles }} {{ endblock }} {{ block content }}
{{ if subsession.payoff_type == 'random' }} Round selected: {{ player.randomly_paid_round }}
Total Earnings:
{{ participant.payoff }}
{{ participant.payoff_plus_participation_fee }}
{{ else }}
Accumulated Earnings:
{{ participant.payoff }}
{{ participant.payoff_plus_participation_fee }}
{{ endif }}
{{ endblock }}