{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Period {{group.ShowRound}}: {{player.role}}
{% endblock %}
{% block content %}
{% if player.id_in_group == 1 %}
{% if group.certainty == True %}
{% else %}
{% endif %}
{% else %}
{% if group.certainty == True %}
{% else %}
{% endif %}
{% endif %}
In this round, your {{player.verbAction}} price is {% if player.round_number > 1 %} {% if player.id_in_group == 1 %} {{group.price_sales}}MU. {% else %} {{group.price_op}}MU. {% endif %} {% else %} {% if player.id_in_group == 1 %} {{group.price_sales}}MU. {% else %} {{group.price_op}}MU. {% endif %} {% endif %}
{% if player.id_in_group == 1 %} {% formfield player.countUnits label="Enter how many units you want to bid:" %} {% else %} {% formfield player.countUnits label="Enter how many units you want to ask:" %} {% endif %} {% next_button %} {% endblock %}