{% extends "global/Page.html" %} {% block title %}Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block content %}

{{ formfield_errors 'value' }}
{{ formfield_errors 'comp_values' }} {{ formfield_errors 'is_round_winner' }}

Your value for the product is ${{private_value}}. Please submit your bid below. 


{{ formfield 'bid' }} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}