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