{% extends "global/Page.html" %} {% load otree %} {% block title %}Sequence 10 Results{% endblock title %} {% block content %}
The first price of the sequence of this round is: {{player.price_01_10_d}}
The 10th price of the sequence of this round is: {{player.price_10_10_d}}
The final price of the sequence of this round is: {{player.price_11_10_d}}
Your estimate of the final price of the sequence of this round is: {{player.exp_5}}
The price at which you sold the asset is: {{player.sell_10}}
Your payment for this round was determined by your {{player.ie_5_label}}
Your payment for this round is: {{player.round_earnings_10}}
Your payment for the experiment so far is: {{player.game_earnings_10}}
{% include 'de_draft_three/chart10r.html' %} {% next_button %} {% endblock %}