{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Results {% endblock %} {% for p in group.get_players %}

{{p.preference}}

{% endfor %} {% block content %} {% next_button %} {% endblock %}