{% extends "global/Page.html" %} {% load otree %} {% block title %} Round: {{round}} {% endblock %} {% block content %} {% if round == 1 %}

Start the first round

{% else %}

Go to the next round

{% endif %}

{% next_button %}

{% endblock %}