{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 3: Puzzle Task {% endblock %} {% block content %}

Your partner left the stage, please also advance to next screen by clicking the button "Leave Stage" below.

Your partner left the experiment, please also advance to next screen by clicking the button "Leave Stage" below.

{% if player.role == 'Sender' %}
{% formfield player.puzzle1 label="Puzzle 1 Soultion" %} {% formfield player.puzzle2 label="Puzzle 2 Soultion" %}
{% endif %} {% if player.role == 'Receiver' %} {% endif %} {% chat nickname=player.role %}

{% if player.role == 'Sender' %} {% endif %}

{# #} {# #} {% endblock %}