{% extends "otree/WaitPage.html" %} {% load staticfiles otree %} {% load i18n %} {% block title %} {% endblock %} {% block content %}
Please wait for the other participants to submit their forecasts.
You entered {{player.guess_y1}}.
Your cumulative payoff so far in the experiment is {{player.cum_score_y}} points.
{% comment %}
{% formfield player.guess_y label="What is your output forecast?" %} {% next_button %}
{% endcomment %}
{% endblock %} {% block app_styles %} {% endblock %} {% block scripts %} {% endblock %}