{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %} {% if player.role == 'A' %}
You are Player A!
Your pseudonym is: {{ player.participant.code }}
You are Player B!
Your pseudonym is: {{ player.participant.code }}
{% next_button %}
{% endblock %}