{% extends "base.html" %}
{% import "macros/ui.html" as m %}
{% block title %}{{ ws_name }}{% endblock %}
{% block nav_workspaces %}btn-active{% endblock %}
{% block content %}
{{ m::ws_tabs(ws_name=ws_name, active=ws_active_tab, ws_envs=ws_envs, ws_has_clusters=ws_has_clusters, ws_has_workflows=ws_has_workflows, current_env=current_env) }}
{% if ws %}
{# ── Workspace info header — collapsible single-line summary ─ #}
{% if ws_card and ws_card != "" %}
Servers
{% if env.servers %}Components
{% if env.components %}Workflows
{% if env.workflows %}{{ ws_name }} not found.