{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
{% endblock %}
{% block content %}
{# player questions #}
Round {{ subsession.round_number }} of {{ Constants.num_rounds }}.
{{ player.question }}
{% endblock %}
{% block script %}
{% endblock %}