{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Oxidized Config Audit{% endblock %} {% block header %}

Oxidized Config Audit

{% endblock header %} {% block content %}
Security Audit
{% if device_name and external_url %} {% 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 %}