{% extends "global/Page.html" %} {% load otree static %} {% block title %} Question 2 out of {{Constants.numPerQuizz}} {% endblock %} {% block content %} {% formfield player.submitted_answer2 label=player.question2 %} {% next_button %} {% endblock %}