{% extends "global/Page.html" %} {% load static %} {% block title %} End of Block {% endblock %} {% block content %}
{{ if Ended }}

The match has ended

Your match was terminated in round {{ round_terminated }}

{% for node in history %} {% endfor %}
Round My Choice Other's Choice Die roll
{{ node.round }} {{ node.my_choice }} {{ node.other_choice }}

Your total payoff for the match: {{ total_payoff }}

Now you will be randomly rematched

{{ else }}

The match has not ended for at least one pair, which may or may not include you.

You will play an additional block (3 rounds) in the same pair

{{ endif }}
{% endblock %}