{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results (Period {{ round_in_session }} of {{ rounds_per_session }}) {% endblock %} {% block content %}
So far, {{ num_accepted_bids }} bids have been accepted. There are {{ total_endowments }} units in the auction.

You have {{ player_accepted_bids }} bid{% if player_accepted_bids != 1 %}s{% endif %} accepted. The auction price of these units is {{ price }}.
{% endblock %}