{% extends "base.html" %} {% block title %}Dashboard — Audit Serve{% endblock %} {% block content %}
| Repo | Risk Score |
|---|---|
| {{ r.name }} | {{ "%.1f"|format(r.risk_score|default(r.risk)|float) }} |
No data — run audit <username> --portfolio-truth first.
| Repo | Completeness |
|---|---|
| {{ r.name }} | {{ "%.1f"|format(comp) }} |
No data — run audit <username> --portfolio-truth first.