{% if workspace_list %} {% for workspace in workspace_list %} {% endfor %}
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
{% else %}

No workspaces.

{% endif %} {% if not user.is_authenticated %}

Not authenticated. Only public workspaces are listed.

{% endif %}