{% extends "global/Page.html" %}
{% load otree %}
{% block title %}Question 1{% endblock %}
{% block content %}
{% formfield player.submitted_answer1 label='In how many rounds will you play the role of the decision maker?' %}
{% next_button %}
{% endblock %}