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