{% extends "base.html" %} {% block title %}Lab {{ sid }} · {{ pipeline_name }}{% endblock %} {% block content %} {% from "partials/version_label.html" import render as version_label %}

Lab — {{ pipeline_name }}

Version {{ version_label(version_id, version_note) }} · New session · History

{% if flash %}

{{ flash }}

{% endif %} {% if output_redirections %}

Output redirections

{% endif %}

Tasks

Step timeline

{% include "partials/lab_step.html" %}

Controls

{% if not task_terminal %}
{% endif %}

Artifacts

{% include "partials/lab_artifacts.html" %}
{% endblock %}