{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your Choice {% endblock %} {% block content %}
You are Participant B. Participant A sent you {{group.sent_amount}} and you received {{tripled_amount}}. Now you have {{tripled_amount}}. How many points will you send to participant A?
{% formfield group.sent_back_amount with label=prompt %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}