{% extends 'otree/WaitPage.html' %}
{% block title %}
{{ title_text }}
{% endblock %}
{% block content %}
Your message
"The color of the shell is {% if player.message_sent == 0 %}BLUE{% else %}RED {% endif %}"
is sent to the receiver in your pair.
Please wait for your paired receiver to take an action.
{% endblock %}