diff --git a/topologie/templates/topologie/aff_model_switch.html b/topologie/templates/topologie/aff_model_switch.html index 7fd1b37c..fc49331f 100644 --- a/topologie/templates/topologie/aff_model_switch.html +++ b/topologie/templates/topologie/aff_model_switch.html @@ -38,7 +38,8 @@ with this program; if not, write to the Free Software Foundation, Inc., Firmware {% trans "Switch constructor" as tr_constructor %} {% include "buttons/sort.html" with prefix='model-switch' col='constructor' text=tr_constructor %} - + {% trans "Switches" %} + {% for model_switch in model_switch_list %} @@ -46,6 +47,13 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ model_switch.reference }} {{model_switch.firmware}} {{ model_switch.constructor }} + + {% for switch in model_switch.switch_set.all %} + + {{ switch }} + + {% endfor %} + {% can_edit model_switch %}