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