{% extends 'dcim/device/base.html' %} {% load helpers %} {% block content %}
{% if not show_tab %}
{{ error|default:"Device does not meet requirements for Cisco Support lookup (requires serial number and Cisco manufacturer)" }}
{% elif loading %}
Loading...

Loading Cisco Support data...

Fetching product info, EoX, bugs, and advisories from Cisco APIs

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