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

Your name is {{ player.name }} and your age is {{ player.age }}

{% next_button %} {% endblock %}