{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if tr == 'no' %} Question Page 2/5 {% elif player.round_number == 1 %} Question Page 2/7 {% else %} Question Page 4/7 {% endif %} {% endblock %} {% block content %} {% if tr != 'no' and player.round_number == 2 %}

Please re-evaluate the following questions including the previous information text.

{% endif %} {% formfields %} {% next_button %} {% endblock %}