• New
  • {%for o in topologies%}
  • {{o.pk}} {{o}} {%for device in o.device_set.all%} {{device}} {%endfor%}
  • {%endfor%}