{{ extends 'global/Page.html' }} {{ block title }}Price Update{{ endblock }} {{ block content }}

Period {{ round }}


{{if treatment == 1}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 11}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 2}}

The price changed in the last 5 periods by ${{ aggregate_change }} ({{ individual_prices }}).
The updated price is thus ${{ player.Price }}.

{{elif treatment == 3}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 12}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 4}}

The price changed in the last 5 periods by ${{ aggregate_change }} ({{ individual_prices }}).
The updated price is thus ${{ player.Price }}.

{{elif treatment == 5}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 13}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 6}}

The price changed in the last 5 periods by ${{ aggregate_change }} ({{ individual_prices }}).
The updated price is thus ${{ player.Price }}.

{{elif treatment == 7}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 14}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 8}}

The price changed in the last 5 periods by ${{ aggregate_change }} ({{ individual_prices }}).
The updated price is thus ${{ player.Price }}.

{{elif treatment == 9}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{elif treatment == 15}}

The current period's price change is ${{ player.PriceChange }}.
The updated price is thus ${{ player.Price }}.

{{else}}

The price changed in the last 5 periods by ${{ aggregate_change }} ({{ individual_prices }}).
The updated price is thus ${{ player.Price }}.

{{endif}}
{{ next_button }} {{ endblock }}