{{ 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 your group.

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 leader_left }}
Your leader has left the game. The group has no leader now.
{{ endif }} {{ 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_leader' }} {{ formfield 'trust_members' }}
{{ formfield 'still_here' }}
{{ next_button }}
{{ endblock }}