{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Period #1 Results {% endblock %} {% block content %}

All managers have made their decision and Period #1 has ended.

Your cumulative investment in socially responsible projects is: $ {{ player.running_dollars_invested|floatformat:2 }}
The cumulative average impact score of your investments is: {{ player.running_impact_score|floatformat:1 }}
The cumulative potential return of your investments is: $ {{ player.running_potential_return|floatformat:2 }}


{% if condition == 1 %}

Please proceed to the next period.


{% else %}

Please proceed to view manager ranking information as of the end of this period.


{% endif %}
{% next_button %} {% endblock %}