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