{% extends "_layout.html" %} {% block content %}
| CPU Score | Threads | RAM | OS | Hostname | Time | Note |
|---|---|---|---|---|---|---|
| {{ report.score }} | {{ report.cores }} | {{ report.ram }} | {{ report.os | truncate(length=30) }} | {{ report.hostname }} | {{ report.time_ago }} {% if report.is_new %} NEW {% endif %} | {{ report.signature }} |