{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Operative command center — all systems nominal
| TARGET | TYPE | STATUS | SHADOW SCORE | THREAT | |
|---|---|---|---|---|---|
| {{ scan.target[:40] }} | {{ scan.scan_type }} | {% if scan.status == 'running' %}▶ {% endif %} {{ scan.status.upper() }} | {% if scan.shadow_score is not none %} {{ "%.0f"|format(scan.shadow_score) }} {% else %} — {% endif %} | {{ (scan.threat_level or 'unknown').upper() }} | VIEW → |