{% extends "base.html" %} {% block content %}

1) Scan and generate plan

{% if allowed_roots %}

Allowed roots: {{ allowed_roots | join(', ') }}

{% else %}

No allowed roots configured. Set FO_API_ALLOWED_PATHS.

{% endif %}

2) Review plan

{% include "organize/_plan.html" %}

3) Progress and control

{% include "organize/_job_status.html" %}

History and logs

Loading history...

Statistics

Loading statistics...

{% endblock %}