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