{% extends base_template %} {% load debusine %} {% block pagetitle %}
| Public | {{ workspace.public|yesno:"Yes,No" }} |
|---|---|
| Expires | {% if workspace.expiration_delay %} {{ workspace.expire_at|date:"Y-m-d" }} {% else %} Never {% endif %} |
| Default expiration delay {% help "expiration_delay" %} (days) | {{ workspace.default_expiration_delay.days|default:"Never" }} |
| Inherits from | {% spaceless %} {# Try hard not to have djlint insert unwanted spaces #} {% for w in parents %} {{ w }} {% if not forloop.last %}, {% endif %} {% endfor %} {% endspaceless %} |
| Debian archive | {{ deb_archive_url }} |
| Name | Task name | R | I | C |
|---|---|---|---|---|
| {{ t.name }} | {{ t.task_name }} | {{ t.running_workflows }} | {{ t.needs_input_workflows }} | {{ t.completed_workflows }} |
| Category | Count |
|---|---|
| {{ s.category }} | {{ s.count }} |
| All collections | {{ collection_count }} |
No description in the workspace.
{% endif %} {% endblock %}