{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if player.round_number == 5 %} This is the final round of game 2. {% else %} Round {{ player.round_number }} is completed, please click "Next" to continue to round {{ player.next_round }}. {% endif %} {% endblock %} {% block content %} {% next_button %} {% endblock %}