<%= gettext "New report on %{instance}", instance: @instance[:name] %> |
<%= gettext "%{reporter_name} (%{reporter_username}) reported the following content.", reporter_name: @report.reporter.name, reporter_username: Mobilizon.Actors.Actor.preferred_username_and_domain(@report.reporter) %> |
||
<%= gettext "Event" %>" target="_blank"> <%= gettext "%{title} by %{creator}", title: @report.event.title, creator: Mobilizon.Actors.Actor.preferred_username_and_domain(@report.reported) %> |
||
<%= gettext "Comments" %> <%= for comment <- @report.comments do %><%= comment.text %> <% end %> |
||
<%= gettext "Reason" %><%= @report.content %> |
||
|