{% extends "base.html" %} {% block title %}ISA Tracker — Boundary Canvas — ICDEV{% endblock %} {% block content %}
Interconnection Security Agreements across all boundary designs — lifecycle status, expiry tracking, and ownership.
| Design Name | Interconnection | ISA Status | Expiry Date | Owner | Review Date |
|---|---|---|---|---|---|
| {{ isa.design_name or 'Unknown' }} | {{ isa.interconnection_id or '-' }} | {{ isa.status or 'draft' }} | {{ isa.expiry_date or '-' }} | {{ isa.owner or '-' }} | {{ isa.review_date or '-' }} |