{% extends "global/Page.html" %} {% load otree static %} {% block title %} Final Results {% endblock %} {% block app_styles %} {% endblock %} {% block content %} {{ if player.round_number == num_rounds }}

This concludes the experiment

{{ else }}

This concludes the experiment for you, you were {{ if pressure == 1}} selected to leave due to your low fitness measure. {{ else }} randomly selected to leave. {{endif}}

{{ endif }} Thanks for participating, please make sure to complete the exit questionnaire in the next few pages:
Note: For your record your participation code is {{participant.code}}. Feel free to take a picture of this page.




{% endblock %}