{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Auction {% endblock %} {% block content %}
You are competing with {{ Constants.num_others }} other participants for a prize of {{ Constants.prize }}.
A person who offers the highest price will get the prize.
You have {{ Constants.endowment }} to spend in this auction.
Each click on the button will raise the price that you will pay by 10 points.
All other participants have {{ Constants.extra_time }} seconds to increase the price.