{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Punishment 2
{% endblock %}
{% block content %}
{% formfield player.punishment_A %}
{% formfield player.punishment_B %}
{% formfield player.punishment_C %}
{% next_button %}
{% endblock %}