{% extends "base.html" %}
{% block title %}Sessions — metal-cdn{% endblock %}
{% block content %}
shell
Browser REPL / CDN loader sessions for
{{ principal_label }}{% if principal_web_id %}
Sessions
[{{ principal_web_id }}]{% endif %}.
Hits in the last 30 minutes (pack loads, index fetches, Try / autoexec).
No shell sessions yet — open the µPy panel to bind a CDN loader.
{% else %}{{ s.id|string|truncate(8, True, '') }}
{{ s.principal_label }}
last {{ s.last_activity_at }}
loader entered
{{ s.cdn_base or '—' }}{{ s.channel }}{{ s.driver or '—' }}{% if s.hook_on %} · hook on{% endif %}
{{ act.recent|length }} event(s) in window
{% if act.recent %}
· last
{{ act.recent[0].kind }}{% if act.recent[0].package %} {{ act.recent[0].package }}{% endif %}
{% endif %}
{{ ev.package }}{% elif ev.path %}{{ ev.path|truncate(40, True, '…') }}{% endif %}