{% extends 'generic/object.html' %} {% load helpers %} {% block title %}Catalyst Center Config Audit{% endblock %} {% block header %}

Catalyst Center Config Audit

{% endblock %} {% block content %}
Security Audit
{% if device_name and catalyst_url and device_id %} {% endif %}
Powered by ciscoconfaudit — checks based on the Cisco IOS XE Hardening Guide.
{% if error %} {% endif %} {% if audit_html %}
Audit Results: {{ device_name }}
{{ audit_html|safe }}
{% endif %} {% endblock %}