<%- include('../navbar', {active: "admin-groups"}); %>

Groups / <%= group.name %>

User access

<% outGroup.forEach(function (member) { %> <% }) %>
Username id
<%= member.login %> <%= member.id %>
<% inGroup.forEach(function (member) { %> <% }) %>
username id
<%= member.login %> <%= member.id %>

Server linked

<% outServer.forEach(function (access) { %> <% }) %>
hostname ip user
<%= access.hostname %> <%= access.ip %> <%= access.user %>
<% inServer.forEach(function (access) { %> <% }) %>
hostname ip user
<%= access.hostname %> <%= access.ip %> <%= access.user %>
<%- include('../footer'); %>