{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% include C.table_style_template %} {% include C.common_style_template %} {% endblock styles %} {% block content %}

You have played {{ player.sequence }} sequences, and your earnings in points are:

Your total earnings in points are {{ total_points }}. At the conversion rate of 1 point = ${{ C.conversion_rate }}, you have earned ${{ dollars }}.

If this is the last sequence, you will be paid ${{ dollars }} + ${{ C.show_up_fee }} = ${{ total_money }}.

Your Participant ID for the purpose of payment is: {{ participant.code }}.

Please wait for the experimenter to announce whether a new sequence will begin.

{# for testing purpose, add a submit button#} {#
#} {# #} {#
#} {% endblock %}