{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %} {% if player.id_in_group == 1 %} Decision Made.
Please click to continue to the next round
{% else %}Waiting for your partner to play.
Please click next. {% endif %} {% next_button %} {% endblock %}