{% extends "web/_base.html" %}
{% load debusine %}
{% block content %}
{{ title }}
Details
Public |
{{ workspace.public|yesno:"yes,no" }} |
{% if workspace.expiration_delay %}
Expires |
{{ workspace.expire_at|date:"Y-m-d" }} |
{% endif %}
Default expiration delay (days) |
{{ workspace.default_expiration_delay.days|default:"Never" }} |
{% if workspace|has_perm:"can_create_artifacts" %}
Configure
|
{% endif %}
Workflow templates
{% if workflow_templates %}
{% else %}
No workflow templates configured for this workspace.
{% endif %}
{% if collection_stats %}
Collections
{% endif %}
{% endblock %}