{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}
Your randomly generated ID is {{player.randomID}}
Your chosen ID is {{player.customID}}
Your other ID is {{player.otherID}}
Your flag is {{player.flag}}
{% next_button %} {% endblock %}