{{ block title }}Round summary{{ endblock }} {{ block content }}
Thank you for your report! You spent more effort on your report than {{spent_more_than}} (and the same as {{spent_as_much_as}}) out of 3 other contributors. The effort that you’ve put into the report has made a significant impact on our city, accounting for {{contribution_percent}}% of all effort contributed to your group. Your payout this round is {{player.payoff}}.
{% else %}We appreciate your report. However, your effort contribution to your report was not high: {{spent_less_than}} of 3 other contributors put more effort in their report than you, resulting in a total of {{group.total_spend}} contributed by your group, to which you contributed {{player_contrib}}. However, we believe that by increasing your dedication and effort, you have the potential to make an even more significant contribution than your peers in future reports. Your payout this round is {{player.payoff}}.
{% endif %} {% elif feedback_treat == "cooperative" %}Thanks to your groups efforts, the city is becoming a better place. For the betterment of our city and the well-being of its citizens, we encourage you to devote greater effort and attention to detail in your future reports. In total, all 4 members of your group contributed {{ group.total_spend }} to the city’s improvement. Your personal payoff this round is {{ player.payoff }} .
{% else %}You submitted {{ player_contrib }}, with a payoff of {{ player.payoff }} for you this round. The total contribution of your group is {{ group.total_spend }}.
{% endif %}