{{ 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.
| Firm | Vote | |
|---|---|---|
| {{ player.id_in_group }} | {% if player.voted_cartel %}Yes | {% else %}No | {% endif %}
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 %}