<% var currentUser = app.model.SessionUser ? app.model.SessionUser.getUserProfile() : null; %> <% var adminGroups = app.model.SessionUser ? app.model.SessionUser.getAdminGroups() : null; %> <% if ( currentUser && 0 < adminGroups.length ) { %>
  •   <%= _lc( 'ACTIONMENU_MANAGER_CONSOLE' ) %>
  •   <%= _lc( 'ACTIONMENU_INVITE' ) %>
  •   <%= _lc( 'GROUP_EDIT_MEMBERS' ) %>
  •   <%= _lc( 'ACTIONMENU_CATEGORY_MANAGEMENT' ) %>
  •   <%= _lc( 'ACTIONMENU_STATS' ) %>
  •   <%= _lc( 'ACTIONMENU_CREATE_APPOINTMENT' ) %>
  • <% } %>