{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Investigation done {% endblock %} {% block content %}

INvestigation is done you are {% if Constants.n < 80 %} not punished {% else %} punished

{% endif %}

press next to continue {% next_button %} {% endblock %}