{% extends "global/Page.html" %} {% load otree %} {% block title %}Sequence 3 Results{% endblock title %} {% block content %}

The first price of the sequence of this round is: {{player.price_01_03_d}}

The 10th price of the sequence of this round is: {{player.price_10_03_d}}

The final price of the sequence of this round is: {{player.price_11_03_d}}

The price at which you sold the asset is: {{player.sell_03}}

Your payment for this round is: {{player.round_earnings_03}}

Your payment for the experiment so far is: {{player.game_earnings_03}}

{% include 'de_path_control/chart03r.html' %} {% next_button %} {% endblock %}