{% if workspaces %}
| Status | Name | Plan | Replicas | Actions |
|---|---|---|---|---|
| {% if item.is_running %} Running {% else %} Stopped {% endif %} |
{{ item.workspace.name }}
ID: {{ item.workspace.id }} |
{{ item.workspace.plan_id }} | {{ item.workspace.replicas }} |
No workspaces found. Create one using the form above.