{% extends "base.html" %} {# CUI // SP-CTI #} {% block title %}{{ app_name }} — Compliance Dashboard{% endblock %} {% block content %}
ATO status, NIST 800-53 control families, and POAM tracking — {{ impact_level }}.
| Family | Controls | Implemented | Coverage | Status |
|---|---|---|---|---|
| {{ s.name }} | {{ s.controls }} | {{ s.implemented }} | {{ (s.implemented / s.controls * 100)|round(0)|int }}% | {% if s.status == 'green' %} Compliant {% else %} Partial {% endif %} |
| ID | Control | Weakness | Due Date | Status |
|---|---|---|---|---|
{{ p.id }} |
{{ p.control }} | {{ p.weakness }} | {{ p.due }} | {% if p.status == 'open' %} Open {% elif p.status == 'in_progress' %} In Progress {% else %} Closed {% endif %} |