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