{% block title %} You are done with Stage {{ currentStage }} {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {{ if currentStage == 1}} {{ elif currentStage == 2}} {{ elif currentStage == 3}} {{ elif currentStage == 4}} {{ elif currentStage == 5}} {{ endif }}

When you are ready, continue to start Stage {{ nextStage }} of the study.

{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}