{# Shared Control Plane UI macros: bubble help + next-step guide. #}
{% macro help_bubble(text, label='Help') -%}
{{ text }}
{%- endmacro %}
{% macro render_next_steps(steps, title='What to do next') -%}
{% if steps %}
{{ s.title }} {{ s.body }}{{ title }}
{% for s in steps %}