{% extends "global/Page.html" %} {% load otree static %} {% block title %}
{% if num_round == 0 %} Practice Round {% else %} Round {{num_round }} of {{ num_of_round }} {% endif %}
Important Notice
{% endblock %} {% block content %}Your strength in this round is {{ player.ability }}.
You have 10 seconds to make decisions in each period. If time runs out and you haven't made any decisions in the first two periods, then your choice will be counted as "Wait" automatically. If time runs out and you haven't made any decisions in the last period, you will be forced to make a decision without knowing your opponent's choice.
Once you make your decision, please press the submit button to proceed.
Please pay attention to the screen.
Once you are ready, please press the next button.
{% next_button %} {% endblock %}