{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% include C.table_style_template %} {% include C.common_style_template %} {% endblock styles %} {% block title %} Block Check {% endblock %} {% block content %}
{{ include C.fixTop_template }}
{{ include C.block_dierolls_template }}

The random draws are listed in the table on the above.

{% if page_status == 1 %}

The current sequence has ended within the block, in period {{ block_end_period }}; trading activities after that period do not count.

The points you earn in this sequence is {{ sequence_earnings|to2 }}


A new sequence may begin depending on the time remaining.

{% elif page_status == 2 %}

The current sequence has not ended within the block (all the random draws are <= 9)

This sequence will continue.


From the next period on, you will observe the random draw after each period.

{% endif %}
{% endblock %}