{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Results (Round {{ subsession.round_number }} of {{ Constants.num_rounds }}) {% endblock %} {% block content %} {% include 'pggfg/resultstable.html' %} {% next_button %} {% endblock %}