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

{% else %}

. {% endif %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}