{{ block content }}
The experiment is now complete.
{% if currency_is_points == True %}
Your total profit in all rounds is {{ total_points }} points.
Together with the show-up fee, your final payoff will be {{ total_euros }} Pounds.
{% else %}
Your total profit in all rounds is {{ total_tokens }} tokens.
Together with the show-up fee, your final payoff will be {{ total_euros }} Pounds.
{% endif %}