{% extends 'switchinfo/base.html' %}
{% load static %}
{% block head %}
{% endblock %}
{% block content %}
{% include 'switchinfo/vlan_list.html' %}
{% if switch.has_tree %}
Show upstream switches and missing vlans
{% endif %}
Show vlan CLI
{% endblock %}