{{ extends "global/Page.html" }} {{ block title }} Trust Ratings {{ endblock }} {{ block content }}

Round {{ player.round_number }} of {{ C.NUM_ROUNDS }}

Please rate your level of trust in the group members.

You have 2 minutes to complete this page. If you do not confirm that you are still here, you will be exited from the study.
{{ if member_left }}
{{ member_dropout_count }} group member(s) left the game. Your group now has {{ active_member_count }} member(s) remaining.
{{ endif }}

On a scale from 0 (No trust at all) to 10 (Complete trust):

{{ formfield 'trust_members' }}
{{ formfield 'still_here' }}
{{ next_button }}
{{ endblock }}