{% extends 'netbox_endpoints/endpoint.html' %} {% load helpers %} {% block content %}
{% if loading %}
Loading...

Loading Catalyst Center data...

Querying client information from wireless controller

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