<%# Groups admin list (todo ยง5): the same building blocks as the Users screen, around the shell, but backed by live Keto subject sets (src/admin-groups.ts). Filter/sort/page round-trip the URL. %><% const nav = include("partials/nav-tree", { nodes: model.nav }); const filters = include("partials/filter-bar", model.filterBar); const table = include("partials/data-table", model.table); const pager = include("partials/pagination", model.pagination); const actions = 'Add group'; -%> <%- include("partials/shell", { actions, body: filters + table + pager, brand: model.shell.brand, breadcrumbs: model.shell.breadcrumbs, csrfToken: model.shell.csrfToken, nav, theme: model.shell.theme, title: model.shell.title, user: model.shell.user, }) %>