{% extends "global/Page.html" %} {% load otree %} {% block title %} Instructions {% endblock %} {% block content %} {% if player.role == 'A' %}

You are Player A!


{% else %}

You are Player B!


{% endif %}

{% next_button %}

{% endblock %}