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

Ronda {{ group.round_number }} - Bloque UG

Resultados {% endblock %} {% block content %}

{% if player.id_in_group == 1 %} Tu monto inicial fue de {{ Constants.endowment }}, de los cuales tu ofreciste {{ group.amount_offered }} al otro participante. {% if group.offer_accepted %} Tu oferta fue aceptada. {% else %} Tu oferta fue rechazada. {% endif %} {% else %} El otro participante te ha ofrecido {{ group.amount_offered }} de un total de {{ Constants.endowment }}. {% if group.offer_accepted %} Tu has aceptado esta oferta. {% else %} Tu has rechazado esta oferta. {% endif %} {% endif %}

Tu pago de esta ronda es de {{ player.payoff }}.


{% next_button %} {% endblock %}