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

The last bid by player 2 was:
The last bid by player 3 was:

{% if player.id_in_group == 1 %} {% else %} Make an bid: {% endif %} {% endblock %} {% block scripts %} {% endblock %}