{% extends "network/base.html" %} {% block title %}Compliance Audit — Network Design Canvas{% endblock %} {% block content %}

Compliance Audit

Select a topology to run a compliance audit against FISMA-High, STIG, and other regimes.

{% if topologies %}
{% for t in topologies %} {{ t.name }} Run Audit → {% endfor %}
{% else %}

No topologies found.

Create your first topology →
{% endif %}
{% endblock %}