{{ block title }}Round Results{{ endblock }} {{ block content }}

Round Results

You are the Expert. {% if round_number == 1 %} Practice Round {% else %} Round {{ display_round }} of {{ display_total }} {% endif %}

{% if appraiser_called %}
The buyer invited you — you earned 5 lab points.
{% else %}
The buyer did not invite you this round — you earned 0 lab points.
{% 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 }}