{% extends "global/Page.html" %} {% load staticfiles otree %} {% block app_styles %} {% endblock %} {% block content %}

(Manager) - This is round {{ round_num }}

{% include Constants.overview_template %}
Decision Window
{% for o in player.get_others_in_group %} {% endfor %}
AC FDA AP Pool %
Your Contribution {{ player.contribution }} {{ player.fairlyDistributedAmount }}

Equally Distributed Residual
Player {{ o.id_in_group }} {% if o.contribution != none %} {{ o.contribution }} {% endif %} {% if o.fairlyDistributedAmount != none %} {{ o.fairlyDistributedAmount }} {% endif %}
Pool {{ group.total_contribution }} {{ group.total_payoff }} 0

AC = Actual contribution

FDA = Fairly Distributed Amount

AP = Actual Payout

{% endblock %} {% block scripts %} {% endblock %}