{% extends "global/Page.html" %} {% load otree %} {% block title %} Part 3 {% endblock %} {% block content %}
{% block styles %} {% endblock %}

This is the end of Part 3.


{{ if player.participant.treatment == 1 }}

You may now proceed to the survey.



{{ else }}

We will proceed to Part 4 when all the participants have finished Part 3.

{{ endif }} {{ endblock }}