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