{% extends "global/Page.html" %} {% load otree %} {% block title %}Introduction{% endblock %} {% block content %}

A bag type has been chosen randomly.

Your first draw from the bag is {% if player.first_draw == "blue" %} {{ player.first_draw }} {% else %} {{ player.first_draw }} {% endif %}

Your second draw from the bag is {% if player.second_draw == "blue" %} {{ player.second_draw }} {% else %} {{ player.second_draw }} {% endif %}

{% next_button %} {% endblock %}