{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey {% endblock %} {% block content %}
Name is {{ player.name }}, Age is {{ player.age }}, Occupation is {{ player.occupation }} and location is {{ player.location }}
{% next_button %} {% endblock %}