{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Your Expectation {% endblock %} {% block content %}

You sent the Receiver {{ group.sent_amount|c }}. The Receiver received {{ tripled_amount|c }}.

{% formfield group.sender_expectation with label="How many cents do you expect the Receiver to return?" %}

{% next_button %}

{% endblock %}