{% extends "ipdevinfo/base.html" %} {% block content %} {% if netbox %}
Edit IP device Schedule maintenance View device history {% if netbox.get_swports.count %} Configure ports {% endif %}
{% endif %}
{% include "ipdevinfo/frag-ipdevinfo.html" %} {% include "ipdevinfo/frag-neighbors.html" %} {% include "ipdevinfo/frag-ports.html" %} {% include "ipdevinfo/frag-datasources.html" %} {% include "ipdevinfo/frag-alerts.html" %} {% include "ipdevinfo/frag-powerfans.html" %} {% include "ipdevinfo/frag-services.html" %} {% include "ipdevinfo/frag-hostinfo.html" %}
{% endblock %}