{% block content %} {% for g in Group_for_all_rounds %} {% endfor %} {% for g in Group_for_all_rounds %} {% if g.round_number < info_for_rounds %} {% endif %} {% endfor %} {% for g in Group_for_all_rounds %} {% if g.round_number < info_for_rounds %} {% if g.resources_to_unit_1 == 0 or g.resources_to_unit_1 == None %} {% else %} {% endif %} {% if g.payout_from_Unit_1 == 0 or g.payout_from_Unit_1 == None %} {% else %} {% endif %} {% endif %} {% endfor %} {% for g in Group_for_all_rounds %} {% if g.round_number < info_for_rounds %} {% if g.resources_to_unit_2 == 0 or g.resources_to_unit_2 == None %} {% else %} {% endif %} {% if g.payout_from_Unit_2 == 0 or g.payout_from_Unit_2 == None %} {% else %} {% endif %} {% endif %} {% endfor %} {# #} {# #} {# {% for g in Group_for_all_rounds %}#} {# {% if g.round_number < info_for_rounds %}#} {# {% if g.resources_to_unit_3 == 0 or g.resources_to_unit_3 == None %}#} {# #} {# {% else %}#} {# #} {# {% endif %}#} {##} {# {% if g.payout_from_Unit_3 == 0 or g.payout_from_Unit_3 == None %}#} {# #} {# {% else %}#} {# #} {# {% endif %}#} {# {% endif %}#} {# {% endfor %}#} {# #} {# #} {# #} {# {% for g in Group_for_all_rounds %}#} {# {% if g.round_number < info_for_rounds %}#} {# {% if g.resources_to_unit_4 == 0 or g.resources_to_unit_4 == None %}#} {# #} {# {% else %}#} {# #} {# {% endif %}#} {##} {# {% if g.payout_from_Unit_4 == 0 or g.payout_from_Unit_4 == None %}#} {# #} {# {% else %}#} {# #} {# {% endif %}#} {# {% endif %}#} {# {% endfor %}#} {# #} {% for g in Group_for_all_rounds %} {% if g.round_number < info_for_rounds %} {% endif %} {% endfor %}
Round{{ g.round_number }}
RA P
Unit 10{{ g.resources_to_unit_1 }}0{{ g.payout_from_Unit_1 }}
Unit 20{{ g.resources_to_unit_2 }}0{{ g.payout_from_Unit_2 }}
Unit 3{{ g.resources_to_unit_3 }}{{ g.payout_from_Unit_3 }}
Unit 4{{ g.resources_to_unit_4 }}{{ g.payout_from_Unit_4 }}
Sum {{ g.total_payout_from_Groups }}
{% endblock %} {% block styles %} {% endblock %}