{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire2 {% endblock %} {% block content %}


{% formfield player.status %}

{{ if player.student == '1' }}


{% formfield player.degree %}

{{ elif player.student == '2' }}


{% formfield player.level %}

{{ endif }}


{% formfield player.work %}

{% endblock %}