{% extends 'layout.html' %} {% block content %} {% include 'menu.html' %}
Add Network


Physical Interfaces:
  • {% for pint in net_hard_int %} {{ pint }}
    {% endfor %}

Virtual Interfaces:
    {% for noac in net_na %}
  • {{ noac }} Not active
  • {% endfor %} {% for item in net_tree %}
  • {{ item[0] }}

      {% for sub_item in item[1] %}
    • {{ sub_item }}
    • {% endfor %}
  • {% endfor %}
{% endblock %}