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

Switchs

{% if is_infra %} Ajouter un switch {% endif %} {% include "topologie/aff_switch.html" with switch_list=switch_list %}


{% endblock %}