{% extends "global/Page.html" %} {% load otree static %} {% block app_styles %} {% endblock %} {% block title %} Decision Maker Choice for round {{ round_number }} {% endblock %} {% block content %}

Your expert is: Expert #{{ expert_id }}

{% if sender_timeout %}

The expert did not response in time. The default evaluation of this hotel is:

{% else %}

The expert chose the following {{ expert_selected }} to describe the hotel

{% endif %}
{% if expert_selected == 'review and score' %}

The review is: {{ score_all_review }}

Its score is: {{ only_score }}

{% else %}

{{ score_all_review }}

{% endif %}

Please choose 'Hotel' or 'Stay at home'

{% endblock %}