{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Confidence {% endblock %} {% block content %}

You are the proposer.

You have been given {{ player.endowment }}. You have told the responder that the amount is {{player.amount_fortwo}}.

{ How confident are you that the responder will believe you? }
{{ amount_confidence }}{% formfield player.amount_confidence with label="1-not confident at all, 100-Entirely confident" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}