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

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

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

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

Your estimate of the final price of the sequence of this round is: {{player.exp_3}}

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

Your payment for this round was determined by your {{player.ie_3_label}}

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

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

{% include 'de_draft_three/chart08r.html' %} {% next_button %} {% endblock %}