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

The Sender sent you {{group.sent_amount|c}} and you received {{tripled_amount|c}}.

Now you have {{tripled_amount|c}}. How many cents will you send back to the Sender?

{% formfield group.sent_back_amount with label=prompt %}

{% next_button %}

{% endblock %}