{% 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 }}

{% else %}

You are Player B!
Your pseudonym is: {{ player.participant.code }}

{% endif %}

{% next_button %}

{% endblock %}