{% extends "base.html" %} {% block title %}NodeSpy — Slot {{ node.slot }}{% endblock %} {% block content %}
Peer: {{ node.peer or '—' }}
Started: {{ node.started_at.strftime('%Y-%m-%d %H:%M:%S') }}
Last seen: {{ node.last_seen.strftime('%Y-%m-%d %H:%M:%S') }}
Current page: {{ node.page or '—' }}
Last action: {{ node.action or '—' }}
{{ node.last_screen }}