{% extends "global/Page.html" %} {% load otree %} {% block title %} The guideline outcome {% endblock %} {% block content %} {% if chose_no_guideline %}

You have chosen not to display a guideline with 100% probability.

Based on your choice, you and the employee will NOT see a guideline in the performence reports of each period. Please see an example below:

{% endif %} {% if chose_guideline %}

You have chosen to display a guideline with 50% probability. The outcome of the lottery is {% display %}. Therefore, the guideline will{% displayNo %} be displayed in the performance report that both you and the employee will see.

Based on your choice and the outcome of the random lottery, you and the employee will{% displayNo %} see a guideline in the performence reports of each period. Please see an example of a performence report below:

{% if display_guideline %} {% if chose_effort_guideline %} {% endif %} {% if chose_profit_guideline %} {% endif %} {%else%} {% endif %} {% endif %}
{% next_button %} {% endblock %}