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.