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