{% extends "base.html" %} {% load info %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}
Search for netboxes, interfaces, rooms and vlans. This search is the same as searching in the navbar.
{% if form.is_bound %} {% if searchproviders %} {% for searchprovider in searchproviders %} {% if searchprovider.results %}{{ header }} | {% endfor %}
---|
{% if header == searchprovider.link %} {% endif %} {{ result.inst|get_attr:getter }} {% if header == searchprovider.link %} {% endif %} | {% endfor %}