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

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

Details

{% if collection.workflow %} {% 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 }}
Workflow {{ collection.workflow }}
{% if data %}
Metadata
{{ data }}
{% endif %}

Contents

{% if not collections and not artifacts and not bare %}

The collection is empty

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

Collections

{% for i in collections %} {% endfor %}
Name Category Collection name
{{ i.name }} {{ i.collection.category }} {{ i.collection.name }}
{% endif %} {% if artifacts %}

Artifacts

{% for a in artifacts %} {% endfor %}
Category Count current Count historical
{{ a.category }} {{ a.count }} {{ a.count_removed }}
{% endif %} {% if bare %}

Bare data

{% for i in bare %} {% endfor %}
Name Category
{{ i.name }} {{ i.category }}
{% endif %} {% endblock %}