{% extends "global/Page.html" %} {% load otree %} {% block title %}
Results Summary 
{% endblock %} {% block content %} {% for p,o in player_opponent_in_all_rounds %} {% endfor %}
Round Player and outcome
{{ p.round_number }} You chose {{ p.decision }} and the other participant chose {{ o.decision }}
{% include Constants.instructions_template %} {% endblock %}