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

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

{% next_button %} {% endblock %}