]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/fireinfo/modules/table-devices-and-groups.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / fireinfo / modules / table-devices-and-groups.html
1 {% for group, devices in groups %}
2 <section class="section">
3 <div class="container">
4 <h4 class="title is-4">{{ group }}</h4>
5
6 {% module FireinfoDeviceTable(devices, show_group=False) %}
7 </div>
8 </section>
9 {% end %}