{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire {% endblock %} {% block content %} {% formfield player.age %} {% formfield player.gender %} {% formfield player.nationality %}

You witness {% if player.player_witness == 1 %} Heads {% elif player.player_witness == 0 %} Tails {% endif %} and report {% if player.player_report == 1 %} Heads {% elif player.player_report == 0 %} Tails {% endif %}. Please explain your intention.

{% formfield player.intention %} {% formfield player.comment %} {% next_button %} {% endblock %}