Round Results
You are the {{ role }}.
{% if round_number == 2 %}
Practice Round
{% else %}
Round {{ display_round }} of {{ display_total }}
{% endif %}
{% if role != 'Appraiser' %}
Product value: {{ product_value }}
{% endif %}
{% if deal_reached %}
A deal was reached at {{ final_price }} lab points.
{% else %}
No deal was reached.
{% endif %}
{% if appraiser_called %}
Expert was called.
Expert's appraisal: {{ appraiser_value }}
{% else %}
No expert was called — you have not been charged 5.
{% endif %}
{% if is_decision_maker and appraiser_called %}
You called the expert — you have been charged 5.
{% endif %}
This round's payoff (lab points):
{{ payoff }}
{% if round_number > 1 %}
Cumulative total so far (lab points):
{{ cumulative_payoff }}
{% endif %}
{% if is_last_round %}
This was the final round.
{% endif %}
{{ next_button }}
{{ endblock }}