{% extends "base.html" %} {% load django_vite %} {% load static %} {% block extra_head %} {% vite_asset "assets/src/scripts/index.js" %} {% endblock %} {% block content %} {% #header %} {% #button disabled=True id="openModalBtn" type="submit" %} Release and download {% /button %} {% /header %}
{{ outputs|json_script:"outputData" }}

ACRO risk profile

These results were generated with the following ACRO risk profile:

{% for k, v in config.items %}
{{ k }}
{{ v }}
{% endfor %}

Select an output

{% #modal id="submitModal" title="Release and download" subtitle=' files are ready to be released' %}
{% csrf_token %}

Record your assessment of the whole release request below.

For example, if there are disclosivity concerns that span multiple outputs, or if significant changes are needed to the whole study before it can be released.

Click the button below submit your review. You will then be able to download any approved outputs for publishing, or any review comments for the researcher.

{% #button type="submit" disabled=True %} Submit {% /button %}
{% /modal %} {% endblock content %}