Logout
<%- appName %> v<%- appVersion %> About
<% if (isLoggedIn) { %>
<% if (name.length > 0) { %> <%- footerStaffLabel %><%- name %> <% } %> <% if (roles.length > 0) { %> <%- footerRoleLabel %><%- roles %> <% } %> <% if (site.length > 0) { %> <%- footerSiteLabel %><%- site %> <% } %>
<% } %> <% if (!online) { %>
Not Connected
<% } %>