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

Your name is {{ player.name }}, your age is {{ player.age }} and your sex is {{ player.gender}}.

{% next_button %} {% endblock %}