{# Panel assembly — conditionally renders each panel only if its data is present. #} {% if state.update and state.update.update_available %}
Helix Context {{ state.update.latest_version }} is available. Installed version: {{ state.update.current_version }}.
Helix is stopped. Click Start to launch the server.
{{ state.helix.health_message or state.helix.next_action or "Helix is running with degraded health." }}