{% extends 'seeddb/base.html' %} {% block base_header_additional_head %} {{ block.super }} {% endblock %} {% block content %}

Back to list

{% if netbox %} {% if cables %} {% for interface in netbox.get_swports_sorted %} {% endfor %}
{{ netbox }} located in {{ netbox.room }}
IfName IfAlias Patch  
{{ interface.ifname }} {{ interface.ifalias }} {% include 'seeddb/fragments/patches.html' %} {% if interface.patches.all %} {% else %} {% endif %}
{% else %}
There are no cables in {{ netbox.room }}
{% endif %} {% endif %} {# The modal element for adding patches #}
×

Add patch

Connect interface to
{# The modal for deleting patches #}
×

Remove patch

Remove patch from interface ?
{% endblock %}