<% if((typeof str_noShortcutsAvailable !== "undefined")) { %>
<% if((typeof str_displayShortcuts !== "undefined")) { %>
<% if((typeof shortcuts !== "undefined") && (typeof categories !== "undefined") && (typeof str_shortcutName !== "undefined") && (typeof str_shortcut !== "undefined")) { %> <% _.each(categories, function(cat) { %>

<%= cat.name %>

<% _.each(shortcuts[cat.val], function(sc) { %> <% }); %>
<%= str_shortcutName %> <%= str_shortcut %>
<%= sc.name %><%= sc.val %>
<% }); %> <% } %>
<% } else { %> <%= str_noShortcutsAvailable %> <% } %>
<% } %>