{% extends "otree/Page.html" %}
{% load otree static %}
{% block content %}
{% endblock %}
{% block global_styles %}
Period {{current_period}} of 10
Your are: Player {{player.id_in_group}}
Average Dividend this period: {{av_dividend_round}} |
Average Total Dividend: {{av_divided}} |
Previous Period Dividend: {{previous_dividend}} |
Periods remaining: {{remaining_periods}} |
Recent Transactions Prices |
Your Cash: |
{{initial_amount}} |
Your Assets: |
{{initial_assets}} |
{% endblock %}
{% block global_scripts %}
{% endblock %}