{% if sidebar_section == 'top' %}
VISION
{% if session_id == 'new' %}
Waiting for session to start...
Screenshot will appear when task begins
{% else %}
No screenshot available
Waiting for browser activity...
{% endif %}
🌐 {% if session_id == 'new' %}No URL{% else %}No URL available{% endif %}
{% elif sidebar_section == 'bottom' %}
INFO
Connecting...
TASK
{% if session_id == 'new' %} {% endif %}
AGENTS
{% if session_id == 'new' %}
{% else %}
...
{% endif %}
TOOLS
{% if session_id == 'new' %}
{% else %}
...
{% endif %}
SKILLS
{% if session_id == 'new' %}
{% else %}
...
{% endif %}
{% endif %}