{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Investigation done {% endblock %} {% block content %}
INvestigation is done you are {% if Constants.n < 90 %} not punished {% else %} punished
{% endif %}{{ Constants.n }}
press next to continue {% next_button %} {% endblock %}