{% extends "_base.html" %} {% from "_macros.html" import modal %} {% block title %}Experiments · {{ project.name | humanize }} · Urika{% endblock %} {% block heading %}Experiments{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %} {% set ne = running_by_type.get("run") %} {% if not ne %} {# Auto-open the New experiment modal when ?new=1 (used by /run redirect). Suppressed when a run is already in flight — the page shows a link to the live log instead. #}
{% endif %}No experiments yet. Click + New experiment above to start one.