{% extends "template.html" %} {% block head %} {% endblock %} {% block content %} Thanks for participating! {% if code and (code != '0') %}
{{ config['COMPLETION_CODE_MESSAGE'] }}
{% endif %} {% if restart_reason %}
Restart the experiment
This link is only shown because {{ restart_reason }}.
{% endif %} {% endblock %}