<%- I18n.t('javascripts.notes.show.title', { id: note.id }) %>

<% note.comments.forEach(function (comment) { %>

<%- I18n.t('javascripts.notes.show.comment', { action: comment.action, user: comment.user, time: comment.date }) %>
<%- comment.text %>

<% }) %>