{% extends "platform_demo/bid_template.html" %} {% load otree static %} {% block bid_input %} {% if visibility == "visible" %} {% elif visibility == "secret" %} {% endif %} {% endblock %} {% block bid_title %} {% if player.round_number == 1 %} This is the first round of the dispute resolution procedure {% elif player.round_number == 2 %} This is the second round of the dispute resolution procedure {% elif player.round_number == 3 %} This is the third round of the dispute resolution procedure {% endif %} {% endblock %} {% block bid_background %} {% if player.round_number == 1 %}