{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Question {{ group.round_number }} of {{ Constants.num_rounds }}
{% endblock %}
{% block content %}
{% formfield group.submitted_answer label=group.question %}
{% next_button %}
{% endblock %}