{% extends "psynet_layout.html" %} {% block stylesheets %} {{ super() }} {% endblock %} {% block body %} {{super()}}

{{ pgettext("start", "Starting experiment...") }}

{% endblock %} {% block scripts %} {{super()}} {% endblock %}