{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
Here are your results, player {{player.id_in_group}}:
{% if payoff_round %}Dollar payoff round is chosen randomly for each participant. Yours were selected as round {{payoff_round}}.
{% endif %}Your average profit is {{payoff}} ECUs. Divided by the exchange rate of {{session.config.real_world_currency_per_point}}, this amount translates to {{player.participant.payoff | c}}. Your show up fee is {{session.config.participation_fee}}. Thus, your total profit is {{payoff_plus_participation}}.