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