-<%= t 'notifier.note_comment_notification.greeting' %>
+<%= t '.greeting' %>
<% if @owner %>
-<%= t 'notifier.note_comment_notification.your_note', :commenter => @commenter, :place => @place %>
+<%= t ".#{@event}.your_note", :commenter => @commenter, :place => @place %>
<% else %>
-<%= t 'notifier.note_comment_notification.commented_note', :commenter => @commenter, :place => @place %>
+<%= t ".#{@event}.commented_note", :commenter => @commenter, :place => @place %>
<% end %>
+<% unless @comment.empty? %>
==
<%= @comment.to_text %>
==
-<%= t 'notifier.note_comment_notification.details', :url => @noteurl %>
+<% end %>
+<%= t '.details', :url => @noteurl %>