{% extends 'otree/WaitPage.html' %} {% load staticfiles otree %} {% block title %}Please wait for the other participant to make a move{% endblock %} {% block content %}
Your role is a {{ my_role }}.
You chose: {{ my_decision }}.

{% include Constants.important_notes_template %}
{% include Constants.display_matrix_template %}
{% endblock %}