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