{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} {% endblock %} {% block content %}
{% if player.type_A == 1 %} You are a Type A player, in this study you will earn $15 no matter what. {% else %} You are a Type B player, your earnings in this study will depend on your decisions. {% endif %}
{% endblock %}