]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/fireinfo/modules/table-devices-and-groups.html
Introduce autotools
[ipfire.org.git] / src / templates / fireinfo / modules / table-devices-and-groups.html
1 {% for group, devices in groups %}
2 <h4>{{ group }}</h4>
3
4 {% module FireinfoDeviceTable(devices) %}
5 {% end %}