<%= comment.title %>

<%= _('By %{author} on %{date}') % { :author => (comment.author ? comment.author.identifier : comment.name), :date => comment.created_on } %>
<%= comment.body %>