{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %}
Ronda {{ group.round_number }} - Bloque TG
Tu elección {% endblock %} {% block content %}Se te ha asignado el rol B. De los {{Constants.endowment}}, rol A ha enviado {{group.sent_amount}}. Este monto se ha multiplicado por {{ Constants.multiplication_factor }} convirtiendose en {{tripled_amount}}. De los {{tripled_amount}}, cuánto deseas enviar de retorno al participante A?
{% formfield group.sent_back_amount with label="Por favor, ingrese el monto aquí:" %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}