{% extends "web/_base.html" %} {% block navbar_left %} {{ block.super }} {% include "web/_collection-menu.html" with collection=collection only %} {% endblock %} {% block title %}Collection {{ collection.name }}{% endblock %} {% block content %}

{{ collection.name }} {{ collection.category }} collection

Details

{% if collection.workflow %} {% endif %} {% if data_yaml %} {% endif %}
Full history retention period (days) {{ collection.full_history_retention_period.days|default:"Always" }}
Metadata only retention period (days) {{ collection.full_history_retention_period.days|default:"Always" }}
Retains artifacts {{ collection.retains_artifacts }}
Workspace {{ collection.workspace.name }}
Workflow {{ collection.workflow }}
Data
{{data_yaml}}

Contents

{% if not collections and not artifacts %}

The collection is empty

{% else %} Search collection {% endif %} {% if collections %}

Collections

{% for a in collections %} {% endfor %}
Category Count
{{ a.category }} {{ a.count }}
{% endif %} {% if artifacts %}

Artifacts

{% for a in artifacts %} {% endfor %}
Category Count
{{ a.category }} {{ a.count }}
{% endif %} {% endblock %}