{% endif %}
{% endif %}
{# Display service errors as badges #}
{% service_error_display entity=workspace %}
{% if not workspace.status.value == "created" %}
{{ workspace.status.value|capfirst }}...
Loading...
{% else %}
{% if workspace.is_accessible is not None and not workspace.is_accessible %}
Inaccessible
{% elif workspace|has_errors %}
Service Issues
{% elif workspace.is_owner %}
No workbenches available due to service issues above.
{% else %}
You don't have any workbenches in this workspace.
Create one using the button below.
{% endif %}
{% endif %}
{% if workspace.is_owner %}
{% if workspace.is_accessible is not None and not workspace.is_accessible %}
Workspace inaccessible{% if workspace.access_denial_reason %}: {{ workspace.access_denial_reason }}{% endif %}.
Reach out to support@healthdatanexus.ai for assistance.
Cannot create research environment due to service issues above
{% endif %}
{% else %}
{% if workspace.is_accessible is not None and not workspace.is_accessible %}
Shared workspace inaccessible{% if workspace.access_denial_reason %}: {{ workspace.access_denial_reason }}{% endif %}.
Reach out to support@healthdatanexus.ai for help.
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% else %}
You don't have any workspaces yet.
Create one before creating a workbench.