{% load staticfiles otree_tags %}
{% block app_styles %}
{% endblock %}
{% block app_scripts %}
{% endblock %}
{% block content %}
{% if player.id_in_group == 1 %}
|
| |
{% elif player.id_in_group == 2 %}
|
| |
{% elif player.id_in_group == 3 %}
|
| |
{% elif player.id_in_group == 4 %}
|
| |
{% endif %}
| {{ form.Q1.label }} |
{{ form.Q1 }} |
| {{ form.Q2.label }} |
{{ form.Q2 }} |
| {{ form.Q3.label }} |
{{ form.Q3 }} |
| {{ form.Q4.label }} |
{{ form.Q4 }} |
| {{ form.Q5.label }} |
{{ form.Q5 }} |
| {{ form.Q6.label }} |
{{ form.Q6 }} |
| {{ form.Q7.label }} |
{{ form.Q7 }} |
| {{ form.Q8.label }} |
{{ form.Q8 }} |
| {{ form.Q9.label }} |
{{ form.Q9 }} |
{% next_button %}
{% include Constants.instructions_new_template %}
{% endblock %}