{% extends 'switchinfo/base.html' %} {% load static %} {% block head %} {% endblock %} {% block content %} {% for group, switches in groups %}

{{ group|default:"No group" }}

{% include 'switchinfo/switch_list.html' %} {% endfor %} {% endblock %}