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

{{ title }}

{% if archived | length > 0 %} {% endif %} {% if experiment.artifact_storage %}
{{ experiment.artifact_storage.info_html | safe }}
{% endif %} {% if deployments | length == 0 %} No experiments were found to display. {% else %}

The table lists all experiments found in the repository (currently displaying ?/{{deployments | length}}). You can filter these experiments using the below controls.

{% endif %} {% endblock %} {% block libs %} {{ super() }} {% endblock %}