{{ block title }}Results{{ endblock }} {{ block content }}

In this group you are firm {{ group_id }}. The results of the vote on forming a cartel are shown in the following table.

{% for player in group.get_players %} {% if player.voted_cartel %} {% else %} {% endif %} {% endfor %}
Firm Vote
{{ player.id_in_group }}YesNo
{% if group.cartel_formed %}

You have formed a cartel.

Every round, there is a 15% chance that your cartel is discovered and fined by the competition authority. If discovered, your fine is based on your {{ session.config.mode }} from that round:

{% if session.config.mode == 'profit' %} Fine = {{ C.PROFIT_RATE }} * Profit this round {% elif session.config.mode == 'revenue' %} Fine = {{ C.REVENUE_RATE }} * Revenue this round {% elif session.config.mode == 'overcharge' %} Fine = {{ C.OVERCHARGE_RATE }} * Overcharge this round {% endif %}

{% else %}

No cartel was formed. You cannot be fined by the competition authority, and you will not be able to communicate with your competitors before choosing your quantity.

{% endif %} {% if group.cartel_formed %}
{% include C.CARTEL_INFO %}
{% block scripts %} {% endblock %} {% else %} {% endif %}
{{ next_button }} {{ endblock }}