{# 043 C8/phase 5 — the shell carries the same five destinations the
new console uses (console_nav(), read from pages_new.NAV — one
table, not a second copy), so a page still on this template is
neither a dead end nor a wall of links to unregistered routes.
The WEBVIEW_UI switch and its legacy nav were removed in phase 5.
A PUBLIC page (status.html) overrides this block with nothing:
a stranger is not shown the owner's five destinations. #}
{% for item in console_nav() %}
{{ item.label }}
{% endfor %}
{% endblock %}
{# 043 W11/N11 — the two facts every page must state before its own content:
is autonomy paused, and can you act here. Both come from _page_context, so
no page can forget them and none can render a second version. The headline
is the SAME sentence Telegram /status and the REPL render (the ONE 031
record); an unreadable record renders NOTHING rather than a false
"RUNNING". #}
{% if pause_headline %}
{{ pause_headline }}
{% endif %}
{% if read_only %}
Read-only console — actions are refused (WEBVIEW_READ_ONLY). You can look, not drive.