{% extends "global/Page.html" %} {% load otree static %} {% block title %} After Punishments Results {% endblock %} {% block content %}

The punishments you sent is {{player.punishment_sent}}

The punishment you received is {{player.punishment_received1}} and {{player.punishment_received2}}

Your payoffs in this round is {{player.payoff}}

{% next_button %} {% endblock %}