{% block title %}

Shock Alert {% endblock %} {% block content %} {% if group.clear == True %} {% if group.aggregate == True %} {% if group.positive_aggregate == True %}

Note:

From this round on, the demand ω for your good has increased to ω = {{ player.omega_current }}.
The demand for all other goods has increased to ω = {{ player.omega_current }}.

{% else %}
Note:

From this round on, the demand ω for your good has decreased to ω = {{ player.omega_current }}.
The demand for all other goods has decreased to ω = {{ player.omega_current }}.

{% endif %} {% else %}
Note:

From this round on, the demand ω for your good has increased to ω = {{ player.omega_current }}.
The demand for all other goods has not increased and remains on average at ω = {{ player.omega_pre }}.

{% endif %} {% else %} {% if group.aggregate == True %}
Note:

From this round on, the demand ω for your good has increased to ω = {{ player.omega_current }}.
The demand for all other goods has either increased to ω = {{ player.omega_current }} or has not increased and remains on average at ω = {{ player.omega_pre }} with the same probability.

{% else %}
Note:

From this round on, the demand ω for your good has increased to ω = {{ player.omega_current }}.
The demand for all other goods has either increased to ω = {{ player.omega_current }} or has not increased and remains on average at ω = {{ player.omega_pre }} with the same probability.

{% endif %} {% endif %} {{ formfields }} {{ next_button }} {% endblock %}