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

You're awesome af.

Your name is {{player.name}}.

Your age is {{player.age}}.

And your gender (in all its glory) is {{player.gender}}.

{% next_button %} {% endblock %}