{% 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 }}.
Round | Your bid | win? | highest bid |
---|---|---|---|
{{ p.round_number }} | {{ p.bid }} | {% if p.is_winner == True %}Yes{% else %}No{% endif %} | {{ p.winnerprice }} |