{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block scripts %} {% endblock %} {% block title %} Results {% endblock %} {% block content %}
The production period has ended. For the period, the following results were attained by your division and your other
group member’s division. The project you selected generated net income of {{ player.implemented_project_outcome_10 }}. The
project your other group member selected generated net income of {{ player.partner_outcome_10 }}.
Based on project results, the profitability of your division and your other group member’s division was therefore
determined as follows:
Total firm net income from projects = {{ player.implemented_project_outcome_10 }} + {{ player.partner_outcome_10 }} = {{ firm_revenue }}
{% endif %}| Your division: | Your other group member's division: |
||
| Proportion of firm net income generated
(The basis for allocating common costs) |
{{ participant_percent }}% ({{ player.implemented_project_outcome_10 }} / {{ firm_revenue }})* | {{ partner_percent }}% ({{ player.partner_outcome_10 }} / {{ firm_revenue }})* | |
| Division Profitability: | |||
| Net income from project | {{ player.implemented_project_outcome_10 }} | {{ player.partner_outcome_10 }} | |
| - Allocated common costs | {{ cost }} ({{ participant_percent }}% × 100)* | {{ partner_cost }} ({{ partner_percent }}% × 100)* | |
| = Profit | {{ profit }} | {{ partner_profit }} |
{% if condition == 2 or condition == 4 %} *As described earlier, your share of the common costs for the period depended on both the net income generated in your division and the net income generated in your other group member’s division. {% else %} *As described earlier, your share of the common costs for the period were an equal split of the firm’s total common costs of 100. {% endif %}
Please proceed to the next period.