{% 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 P/R
Your Contribution {{ player.contribution }} {{ player.fairly_distributed_amount }}
Player {{ o.id_in_group }} {% if o.contribution != none %} {{ o.contribution }} {% endif %} {% if o.fairly_distributed_amount != none %} {{ o.fairly_distributed_amount }} {% endif %}

AC = Actual Contribution

FDA = Fairly Distributed Amount

P/R = Punishment/Reward Amount

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