{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Place your bids (Period {{ round_in_session }} of {{ rounds_per_session }}) {% endblock %} {% block content %} {% include Constants.instructions_template %} {% if round_in_session != 1 %}
You currently have {{ player_accepted_bids }} bid{% if player_accepted_bids != 1%}s{% endif %} accepted.
{% endif %} {# {{ block.super }}#} {% endblock %}