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

Your name is {{ player.name }}, Your age is {{ player.age }} Your gender is{{ player.gender }} and you are based out of {{ player.location }}

{% next_button %} {% endblock %}