{{ i18n('Navigation') }} <% _.forEach(filter('navigate'), function (model) { %>
<% }); %>
{{ i18n('Jump') }} <% _.forEach(filter('jump'), function (model) { %>
<% }); %>
{{ i18n('Actions') }} <% _.forEach(filter('actions'), function (model) { %>
<% }); %>
{{ i18n('App') }} <% _.forEach(appShortcuts(), function (model) { %>
<% }); %>