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

{% if test_control == 0 %} Your answer is correct.
Since the pool broke down, no one gets points. {%else%} Your answer is wrong.
Since the pool broke down, no one gets points. Please read the instructions more carefully. {%endif%}

{% next_button %} {% endblock %}