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

This is the page where you have to write

{% if player.id_in_group == 1 %}

{% formfield player.r1 label="Write based on what you have read a" %} {% elif player.id_in_group == 2 %} {% formfield player.r1 label="Write based on what you have read b" %} {% else %} {% formfield player.r1 label="Write based on what you have read c" %} {% endif %} {% next_button %} {{ form.errors }} {% endblock %}