{% extends "global/Page.html" %} {% load otree %} {% block content %}

Round {{ player.round_number }} Summary

Starting Balance (this round): {{ oldbalance }}
+ Profit from Engagement: {{ profit }}
- Investment in Quality: {{ Spend }}
- Regulatory Fines: {{ totalfine }}
Final Balance: {{ balance }}
{% next_button %} {% endblock %}