{% extends "global/Page.html" %} {% load otree static %} {{ block title }}
{{if subsession.round_number == 1 }} Practice Round {{ else }} Round {{ round_shown }} of {{ total_shown }} {{ endif }}
{{ endblock }} {{ block content }}You have been repaired to a new opponent.
Your strength in this round is {{ player.ability }}.
You have 10 seconds to make decisions in each period. If time runs out and you have not made any decisions in the first two periods, then your choice will be counted as "Wait" automatically.
If time runs out and you have not 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 }}