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

This is a second bid auction with {{ Constants.players_per_group }} players per group, Your value is {{ player.value }}.

{% formfields %} {% next_button %} {% if player.round_number != 1 %}
History Table
{% for p in player.in_previous_rounds %} {% endfor %}
Round Your bid win? highest bid
{{ p.round_number }} {{ p.bid }} {% if p.is_winner == True %}Yes{% else %}No{% endif %} {{ p.winnerprice }}
{% endif %} {% endblock %}