{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %}

Ronda {{ group.round_number }}

Resultados {% endblock %} {% block content %} {% if player.id_in_group == 1 %} {% else %} {% endif %}

{% if player.id_in_group == 1 %}

{% else %} {% endif %}
 Tus datosDatos de tu contraparte
Monto inicial:  {{ player.endowment|c }}    {{ group.get_endowment_B|c }}
Monto enviado:  {{text_A2}}    {{text_B2}}
Monto recibido:  {{text_B1}}    {{text_A1}}
 Tus datosDatos de tu contraparte
Monto inicial:  {{ player.endowment|c }}    {{ group.get_endowment_A|c }}
Monto enviado:  {{text_B2}}    {{text_A2}}
Monto recibido:  {{text_A1}}    {{text_B1}}
Pagos:  {{ player.payoff|c }}    {{ group.get_payoff_B|c }}
Pagos:  {{ player.payoff|c }}    {{ group.get_payoff_A|c }}


{% next_button %} {% endblock %}