{% if not root.exists %}
not found
{% elif not root.is_dir %}
not a directory
{% elif not root.readable %}
not readable
{% else %}
accessible
{% endif %}
{% endfor %}
{% else %}
No scan roots configured yet.
{% endif %}
{# ── First-run configuration form ─────────────────────────── #}