{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
{% include "global/fopen_bt.html" %}
Round {{ round_num }}
{% include "global/fopen_at.html" %}
The next round starts soon!
{% include "global/fclose.html" %}
{% endblock %}
{% block scripts %}
{% endblock %}