{% extends "web/_base.html" %} {% load debusine %} {% block content %}

{{ title }}

Details

{% if workspace.expiration_delay %} {% endif %} {% if workspace|has_perm:"can_create_artifacts" %} {% endif %}
Public {{ workspace.public|yesno:"yes,no" }}
Expires {{ workspace.expire_at|date:"Y-m-d" }}
Default expiration delay (days) {{ workspace.default_expiration_delay.days|default:"Never" }}
Configure

Workflow templates

{% if workflow_templates %} {% for t in workflow_templates %} {% endfor %}
Name Task name R I C
{{ t.name }} {{ t.task_name }} {{ t.running_workflows }} {{ t.needs_input_workflows }} {{ t.completed_workflows }}
{% else %} No workflow templates configured for this workspace. {% endif %}
{% if collection_stats %}

Collections

{% for s in collection_stats %} {% endfor %}
Category Count
{{ s.category }} {{ s.count }}
All collections {{ collection_count }}
{% endif %} {% endblock %}