{% if workspace_list %}
| Name | Public | Default Expiration Delay (days) | |
|---|---|---|---|
| {{ workspace.name }} | {{ workspace.public|yesno:"Yes,No" }} | {{ 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 %}