{% extends "global/Page.html" %} {% load otree %} {% block title %}Sequence 7 Results{% endblock title %} {% block content %}
The first price of the sequence of this round is: {{player.price_01_07_d}}
The 10thprice of the sequence of this round is: {{player.price_10_07_d}}
The final price of the sequence of this round is: {{player.price_11_07_d}}
The price at which you sold the asset is: {{player.sell_07}}
Your payment for this round is: {{player.round_earnings_07}}
Your payment for the experiment so far is: {{player.game_earnings_07}}
{% include 'de_control/chart07r.html' %} {% next_button %} {% endblock %}