{% extends "global/Page.html" %} {{ block title }} Round {{ round_index }} of {{ total_rounds }} {{ endblock }} {{ block content }}

Upcoming Round Placeholder

This is a placeholder screen for the decision-making task we will implement later.

In the final version, this screen shows the instructions, draws, and input widgets for this round.

{{ endblock }}