{% extends "base.html" %} {% set active = "strategos" %} {% block title %}Ghost Signals — Strategos{% endblock %} {% block content %}
| Type | MMSI | Lat | Lon | Confidence | Source | Detected |
|---|---|---|---|---|---|---|
| {{ s.signal_type|replace('_',' ')|title }} | {{ s.mmsi or '—' }} | {% if s.lat is not none %}{{ s.lat|round(4) }}{% else %}—{% endif %} | {% if s.lon is not none %}{{ s.lon|round(4) }}{% else %}—{% endif %} | {{ ((s.confidence or 0) * 100)|round(0)|int }}% | {{ s.source or '—' }} | {{ (s.detected_at or '')[:16] }} |
| No ghost signals detected. | ||||||