{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %}
Ronda {{ group.round_number }}
Transferencias {% endblock %} {% block content %} {% if player.id_in_group == 1 %}Tú has recibido {{ group.get_endowment_A }} y el otro jugador {{ group.get_endowment_B }}.
{% else %}Tú has recibido {{ group.get_endowment_B }} y el otro jugador {{ group.get_endowment_A }}.
{% endif %}¿Cuánto deseas enviar al otro jugador?
{% formfield player.sent_amount with label="Ingrese el monto aquí:" %}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}