<%= t ".greeting" %>

<%= t ".#{@event}.#{@owner ? 'your' : 'commented'}_note_html", :commenter => link_to_user(@commenter), :place => @place %>

<% unless @comment.empty? %> <%= message_body do %> <%= @comment.to_html %> <% end %> <% end %>

<%= t ".details_html", :url => link_to(@noteurl, @noteurl) %>