{% if workspaces %}
{% for item in workspaces %} {% endfor %}
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 }}
View
{% else %}

No workspaces found. Create one using the form above.

{% endif %}