{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %}

The precision is: {{ precision }}.

The diagnostic result is: {{ diagnostic_result }}. {% if player.id_in_group == 2 %}

Your private signal is: {{ private_signal }}.

Which treatment would you prefer? {% formfield player.treatment_choice %}.

{% endif %} {% next_button %} {% endblock %}