{% extends "global/Page.html" %}
{% load otree static %}
{% load otree static otree_tools %}
{% block title %}
{% if player.consent == 0 %}
Thank you for your interest!
{% else %}
Questionnaire
{% endif %}
{% endblock %}
{% block content %}
{% tracking_time %}
{% tracking_focus %}
{% if player.consent == 0 %}
You have decided not to participate in the study.
You can now close the browser window.
{% else %}