1 <%= t 'notifier.note_comment_notification.greeting' %>
 
   4 <%= t "notifier.note_comment_notification.#{@event}.your_note", :commenter => @commenter, :place => @place %>
 
   6 <%= t "notifier.note_comment_notification.#{@event}.commented_note", :commenter => @commenter, :place => @place %>
 
   9 <% unless @comment.empty? %>
 
  11 <%= @comment.to_text %>
 
  15 <%= t 'notifier.note_comment_notification.details', :url => @noteurl %>