{% extends 'dcim/device/base.html' %} {% load helpers %} {% block content %}
{% if loading %}
Loading...

Loading Catalyst Center data...

Querying device information, compliance, and advisories

{% else %} {% if error %}
{{ error }}
{% endif %} {% endif %}
{% endblock %}