{% extends "global/Page.html" %} {% load otree static %} {% block title %} You have completed the task {% endblock %} {% block content %} {% if participant.vars.test == 2 %}
Thank you for participating in this task. Your completion code is LUH2020.
{% else %}You did not pass the attention check.
{% endif %} {% endblock %}