{# Status: version, the resolved directories, the run queue, backend availability, the diagnostics download and the permanent hello-world check (ticket 05). Read-only; the only action is the download link. #}
{% for entry in dirs %} {% endfor %}
{{ tr("Version") }}{{ version }}
{{ entry.label }}{{ entry.path }}

{{ tr("Queue") }}

{% if queue %} {% else %}
{{ tr("No runs queued or running.") }}
{% endif %}

{{ tr("Setup") }}

{{ tr("Walk the first-run path again, or open the wizard directly. Re-running forgets the marker only; your runner and MCP config are kept.") }}

{{ tr("Open the setup wizard") }}

{{ tr("Backend availability") }}

{% include "_backend_list.html" %}

{{ tr("Diagnostics") }}

{{ tr("Download diagnostics") }}

{{ tr("Hello-world check") }}

{# The permanent diagnostic (ticket 05): the SAME check the agent flow's Try it stage runs, rendered and re-run from here. #}
{% include "_hello_check.html" %}