{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
Your class standing is {{player.yr}}, your sex is {{player.sex}}, and your race is {{player.race}}.
Your name is {{player.first_name}}.{{player.last_name}}, your CSU Student ID is {{player.std_id}}, and your email address is {{player.email}}.
{% next_button %} {% endblock %}