{% extends "global/Page.html" %}
{% block title %}
Block Round 1 Accuracy Report
{% endblock %}
{% block content %}
{% if subsession.round_number == 5 %}
The Red Player sent an ACCURATE message in the first round of the Block.
{% elif subsession.round_number == 10 %}
The Red Player sent an INACCURATE message in the first round of the Block.
{% elif subsession.round_number == 15 %}
The Red Player sent an ACCURATE message in the first round of the Block.
{% endif %}
{% next_button %}
{% endblock %}