{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your role and decision {% endblock %} {% block content %}
You are the proposer.
Please choose below how likely it is that the receiver accepts the given offer.
{% for field in form %} {% formfield field %} {% endfor %} {% include Constants.instructions_template %} {% next_button %} {% endblock %}