{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}

In this round, the actual cost was {{ actual_cost }} Lira.

You reported {{ player.reported_cost }} Lira.

If this round is selected as the payment round by the computer, your payoff would be {{ player.slack_payment }} Lira.
{{ if choice == 'Social' }}


Recall, the company you chose to work for values being socially responsible and wants you to consider the societal impact from your actions. {{ endif }} {{ if choice == 'Profit' }}
Recall, the company you chose to work for values maximizing profitability and wants you to consider the profitability impact from your actions. {{ endif }}

{% next_button %} {% endblock %}