{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Round {{round_number}}
{% endblock %}
{% block content %}
{% if player.round_number == 1 %}
Because this is the first round, you will not receive any information about the average rating of the expert.
Please click "Next" to continue.
{% else %}
{{ view_rating }}