{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Period {{subsession.round_number}} is complete.
Next you will make your choices for period {{next_period}}.
{% endblock %}
{% block content %}
{% next_button %}
{% endblock %}