{{i18n('Close')}}
{{i18n('All notes')}} {{i18n('Favourites')}} {{i18n('Trash')}} {{i18n('Notebooks')}} {{ i18n('Open tasks') }} <% if (notebooks !== null && notebooks.length) { %>
{{i18n('Notebooks')}}
<% notebooks.forEach(function(notebook) { %> {{notebook.name}} <% }); } %>
{{i18n('Profiles')}}
{{i18n('Default')}} <% _.forEach(profiles, function(prof) { %> <% if (prof !== 'notes-db') { %> {{prof}} <% } }); %>
{{i18n('Other')}}
{{i18n('Settings')}} {{i18n('About')}}