{% extends "global/Page.html" %} {% block title %} Round {{ cur_round }} / {{ num_rounds }} {% endblock %} {% block content %}

New Round

You have been randomly matched into a new group for round {{ cur_round }}.

Click the "Next" button to begin chatting with your group.

{{ next_button }}
{% endblock %} {% block styles %} {% endblock %}