<%= t 'notifier.note_comment_notification.greeting' %>

<% if @owner %>

<%= t 'notifier.note_comment_notification.your_note', :commenter => @commenter, :place => @place %>

<% else %>

<%= t 'notifier.note_comment_notification.commented_note', :commenter => @commenter, :place => @place %>

<% end %> == <%= @comment.to_html %> ==

<%= raw t 'notifier.note_comment_notification.details', :url => link_to(@noteurl, @noteurl) %>