{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Welcome to our study! {% endblock %} {% block content %}

You were assigned to be a Type {% if player.type_A == 1 %} A {% else %} B {% endif %} player in this study.

We will start Part 1 shortly

{% include "treatment_1/type.html" %} {% endblock %} {% block styles %} {% endblock %}