{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} After Testround {% endblock %} {% block content %}

You have played 2 test rounds. You will now play another {{ num_of_rounds }} rounds.


One of these {{ num_of_rounds }} rounds will be randomly chosen in the end to count for your payment.

{% next_button %} {% endblock %} {% block styles %} {% endblock %}