<% task.abuse_reports.each do |abuse_report| %>
"<%= abuse_report.reason %>"
<%= _('Reported by %{reporter} %{time}.') % {:reporter => abuse_report.reporter.name, :time => time_ago_as_sentence(abuse_report.created_at) + ' ' + _('ago')}%>
<% if !abuse_report.content.blank? %> <% end %>
--
<% end %>