<%=url(~p"/events/#{@activity.subject_params["event_uuid"]}")|>URI.decode()%><%:event_updated->%><%=dgettext("activity","The event %{event} was updated by %{profile}.",
<%=url(~p"/events/#{@activity.subject_params["event_uuid"]}")|>URI.decode()%><%:event_deleted->%><%=dgettext("activity","The event %{event} was deleted by %{profile}.",
<%:comment_posted->%><%=if@activity.subject_params["comment_reply_to"]do%><%=dgettext("activity","%{profile} replied to a comment on the event %{event}.",
<%=url(~p"/events/#{@activity.subject_params["event_uuid"]}")|>URI.decode()%><%else%><%=dgettext("activity","%{profile} posted a comment on the event %{event}.",
<%=url(~p"/events/#{@activity.subject_params["event_uuid"]}")|>URI.decode()%><%end%><%:event_new_participation->%><%=dgettext("activity","%{profile} joined your event %{event}.",