]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/fireinfo/modules/table-devices-and-groups.html
donation: Fix typo
[ipfire.org.git] / src / templates / fireinfo / modules / table-devices-and-groups.html
1 {% for group, devices in groups %}
2 <div class="mb-5">
3 <h4>{{ group }}</h4>
4
5 {% module FireinfoDeviceTable(devices, show_group=False) %}
6 </div>
7 {% end %}