{% extends "global/Base.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Question {{ player.round_number }} of {{ Constants.num_rounds }}
{% endblock %}
{% block content %}
{% formfield player.submitted_answer with label=player.question %}
{% next_button %}
{% endblock %}