{% extends "global/Page.html" %} {% load otree_tags %} {% block title %} Round {{ subsession.round_number }} / {{ Constants.num_rounds }} - Results {% endblock %} {% block content %}

You have chosen a price of {{my_price}}.

{{price_choice_1}} {% if price_choice_1 == 1 %}participant in your group has{% else %} participants in your group have{% endif %} offered a price of {{price_1}}.

{{price_choice_2}} {% if price_choice_2 == 1 %}participant in your group has{% else %} participants in your group have{% endif %} offered a price of {{price_2}}.

{{price_choice_3}} {% if price_choice_3 == 1 %}participant in your group has{% else %} participants in your group have{% endif %} offered a price of {{price_3}}.

{{price_choice_4}} {% if price_choice_4 == 1 %}participant in your group has{% else %} participants in your group have{% endif %} offered a price of {{price_4}}.

{{price_choice_5}} {% if price_choice_5 == 1 %}participant in your group has{% else %} participants in your group have{% endif %} offered a price of {{price_5}}.

Thus, {{winning_demand}} tourists want to buy at a price of {{winning_price}}.

You sell {{my_demand}} souvenirs at a price of {{my_price}}.

{% if my_demand > 0 %}

As your cost is {{my_cost}} per piece, your profit in this round is {{my_profit}}.

{% else %}

Thus, your profit in this round is 0,00 E$.

{% endif %}

{% next_button %}

{% endblock %}