<%= gettext "Event: %{event}", event: @report.event.title %>
<% end %> <%= for comment <- @report.comments do %><%= gettext "Comment: %{comment}", comment: comment %>
<% end %> <% if @report.content do %><%= gettext "Reason: %{content}", event: @report.content %>
<% end %><%= link "View the report", to: moderation_report_url(MobilizonWeb.Endpoint, :index, @report.id), target: "_blank" %>