<% for (let user of ctx.response.results) { %>
  • <% if (ctx.canViewUsers) { %> '> <% } %> <%= ctx.makeThumbnail(user.avatarUrl) %> <% if (ctx.canViewUsers) { %> <% } %>
    <% if (ctx.canViewUsers) { %> '> <% } %> <%- user.name %> <% if (ctx.canViewUsers) { %> <% } %>
    Registered: <%= ctx.makeRelativeTime(user.creationTime) %>
    Last seen: <%= ctx.makeRelativeTime(user.lastLoginTime) %>
  • <% } %><%= ctx.makeFlexboxAlign() %>