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

Ronda {{ group.round_number }} - Bloque PG

Resultados {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
Dotación:{{ Constants.endowment}}
Tu contribución al proyecto grupal:{{ player.contribution }}

Las contribuciones de los otros miembros:
{{ p.contribution }}

Suma de contribuciones del Grupo:{{ group.total_contribution }}
{{ Constants.multiplier }} * Suma de Contribuciones:{{ total_earnings }}

Ganancias del Proyecto Grupal:{{ group.individual_share }}

Por lo tanto, tu pago de la ronda es:{{ player.payoff }}


{% next_button %}



{% include Constants.instructions_template %} {% endblock %}