{% block content %}
Total number ofResourcesallocated |
Total number ofPayoffs |
Success ratio |
|
|---|---|---|---|
| Unit 1 | {% with Group_for_last_round as g %}{{ g.summed_resources_to_unit_1 }} | {{ g.summed_payout_from_Unit_1 }} | {{ g.success_ratio_unit_1 }} | {% endwith %}
| Unit 2 | {% with Group_for_last_round as g %}{{ g.summed_resources_to_unit_2 }} | {{ g.summed_payout_from_Unit_2 }} | {{ g.success_ratio_unit_2 }} | {% endwith %}