{% extends "topologie/sidebar.html" %} {% load bootstrap3 %} {% block title %}Ports du switch{% endblock %} {% block content %}

Switch {{ nom_switch }}

{% if is_infra %} Editer Ajouter un port {% endif %} {% include "topologie/aff_port.html" with port_list=port_list %}


{% endblock %}