{% extends "base.html" %} {% block title %}Boundary Design Canvas — ICDEV{% endblock %} {% block content %}

Boundary Design Canvas

Visual ATO authorization boundary designer — ISA lifecycle, interconnection risk, PPS matrix, and multi-system boundary ecosystems.

+ New Boundary Design
{{ designs | length }}
Designs
{{ templates | length }}
Templates
{% if templates %}
Templates — Start from a Pre-Built Design
{% for t in templates %}

{{ t.name }}

{{ t.description or '' }}

{{ t.category or 'general' }}
{% endfor %}
{% endif %}
Your Designs
{% for d in designs %}

{{ d.name }}

{{ d.description or 'No description' }}

{{ d.classification or 'CUI' }}
{% else %}

No boundary designs yet. Start from a template above or click + New Boundary Design.

{% endfor %}
{% endblock %}