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

You sent {{ my_signal }} and the other participant sent {{ opponent_signal }}.

Now you play the game!

{% next_button %} {% include Constants.instructions_template %} {% endblock %}