{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Results {% endblock %} {% block content %} {% for p in player_in_all_rounds %} {% endfor %}
Question Your answer
{{ p.question }} {{ p.submitted_answer }}
{% next_button %} {% endblock %}