{% extends "base.html" %} {% block title %}Researcher step — e2er{% endblock %} {% block content %}

← back to the paper

{% if not pending %}

No researcher step

The run is not stopped at a researcher step.

{% else %}

Researcher step: {{ pending.stage }}

{% if pending.kind == "preregister" %} The pre-registration below was assembled from the study's design files. Edit it if needed; approving it freezes it with its fingerprint before any analysis runs. {% else %} The run stopped here for you. Edit a file, give an instruction for the following steps, send a step back, or approve to continue. Everything you do here appears in the study's dossier. {% endif %}

{% for f in files %}

{{ f.name }}

{% if f.exists %} {% else %}

Not written yet.

{% endif %}
{% endfor %}

Instruction for the following steps

{% if sendable %}

Send a step back

{% endif %}

{% endif %} {% if actions %}

What you did at researcher steps

{% endif %} {% endblock %}