<% var dict = data.dictionary; %> <% if (data.isAuthenticated) { %> <% _.each(data.topMenu, function (item) { %> <% if (item.subMenu.length == 1) { %> <% if (item.subMenu[0].onclick) { %>
  • <% } else { %>
  • href="<%= item.subMenu[0].path %>"><%= dict[item.subMenu[0].textId]? dict[item.subMenu[0].textId]: item.subMenu[0].textId %>
  • <% }; %> <% } else if (item.subMenu.length > 1) { %> <% } %> <% }); %> <% } %> <% data.showSupport && print('
  • ' + dict.Support + '
  • '); %>