{% extends "base.html" %} {% block title %}cATO Dashboard — Boundary Canvas — ICDEV{% endblock %} {% block content %}
Continuous Authorization to Operate health across all boundary designs. Click a row to view control findings.
Back to Boundary Canvas| Project / Design | ATO Score | Grade | CAT I Findings | Classification | Last Updated |
|---|---|---|---|---|---|
| {{ d.name }} | {% if d.score is not none %} {{ d.score|round(0)|int }}/100 {% else %} N/A {% endif %} | {{ d.grade or '—' }} | {{ d.cat1_findings if d.cat1_findings else '0' }} | {{ d.classification or 'CUI' }} | {{ d.updated_at[:16] if d.updated_at else '—' }} |
| No boundary designs found. Create one. | |||||