{% extends "global/Page.html" %} {% load staticfiles otree %} {% load static %} {% block app_styles %} {% endblock %} {% block content %} {% if player.round_number > 1 %}

Contributions

{% include "PGG2/ContributionTable.html" %}

Punishments / Rewards

{% include "PGG2/ActionsTable.html" %} {% endif %} {% endblock %}