{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Round {{round_number}}
{% endblock %}
{% block content %}
In this round, your signal is Problem {{ private_signal_letter }}.
Your signal correctly identifies your problem 60% of the time.
{% next_button %}
{% endblock %}