{% if workspace_list %}
Name | Public | Default Expiration Delay (days) | |
---|---|---|---|
{{ workspace.name }} | {% include "web/_check_icon.html" with value=workspace.public only %} | {{ workspace.default_expiration_delay.days|default:"Never" }} | Work requests |
No workspaces.
{% endif %} {% if not user.is_authenticated %}Not authenticated. Only public workspaces are listed.
{% endif %}