{% extends "global/Page.html" %} {% load otree static %} {% block title %} Updated Average rating {% endblock %} {% block content %}
Your matched client this round gave rating:

{{ give_rating }}


Your average rating becomes:

{{ average_rating }}



(1 the worst, 5 the best)



{% next_button %} {% endblock %}