{% load action_buttons %} {% if recent_workflow %} {% if recent_workflow_failed %} {% elif recent_workflow_succeeded %} {% endif %} {% endif %}
+ Shared Workspace
{% if shared_workspaces %} {% for workspace in shared_workspaces %}
{{ workspace.gcp_project_id }}
{% if workspace.gcp_billing_id %} Billing Account: {{ workspace.gcp_billing_id }} {% endif %}
{% if not workspace.status.value == "created" %}
{{ workspace.status.value|capfirst }}...
Loading...
{% else %} {% shared_workspace_destroy_modal_button shared_workspace=workspace %} {% endif %}
{% if workspace.status.value == "created" %}
{% if workspace.buckets %}
    {% for bucket in workspace.buckets %}
  • {{ bucket.name }}

    {% if bucket.is_owner %} {% delete_shared_bucket_modal_button shared_bucket=bucket %} Manage {% elif bucket.is_admin %} Manage files {% else %} Shared {% endif %}
  • {% endfor %}
{% else %}
You don't have any buckets in this workspace.
Create one using the button below.
{% endif %} {% if workspace.is_owner %} {% endif %}
{% endif %}
{% endfor %} {% else %}
You don't have any shared workspaces yet.
Create one before creating a bucket.
{% endif %}