{% extends "global/Page.html" %} {% load otree static %} {% block title %} First Step: Send a Message {% endblock %} {% block content %}
You are in the first step
In this step, you are asked to write a message to send to your counterpart.
{% formfield player.PD_message label="Please write your message below:"%}
In case you want to check some information, the instructions of this game is shown below:
{% include Constants.PD_template %} {% endblock %}