{% extends "template.html" %} {% block head %} {% endblock %} {% block content %} {% if simple_contents %} {# Per-reason fragment supplied by route_end after locating a templates/end/.html file. The fragment is the full body of the end page; the researcher writes just the content and inherits the BOFS chrome (title bar, footer, styles) from template.html -- same DX as the /simple/ route. #} {{ simple_contents | safe }} {% else %} 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 %} {% endif %} {% endblock %}