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