{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Auction 1 - Round {{player.round_number}} {% endblock %} {% block content %}
The current price is | {{second_price}} |
Your current bid is: | {{max_bid}} |
{% formfield player.second_stage_bid_amount with label=''%} |