{% extends 'switchinfo/base.html' %} {% block content %} {% if switch.image %} {% endif %} {% if switch.model %} {% else %} {% endif %} {% if switch.series %} {% else %} {% endif %}
Location {{ switch.location|default:"" }}
Model{{ switch.type|default:"" }} {{ switch.model }}{{ switch.type|default:"" }} {{ switch.model|default:"" }}
Series{{ switch.series }} 
Description {{ switch.description|default:""|linebreaksbr }}

{% include 'switchinfo/switch_table.html' %}

Update interfaces
Update MAC {% if switch.has_backup %}
Show config backup {% endif %}
Show vlans on switch

{% endblock %}