{{ctx.Locale.Tr "repo.activity.published_release_label"}} {{.TagName}} {{if not .IsTag}} {{.Title | RenderEmoji $.Context | RenderCodeBlock}} {{end}} {{DateUtils.TimeSince .CreatedUnix}}
{{end}}{{ctx.Locale.Tr "repo.activity.merged_prs_label"}} #{{.Index}} {{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}} {{DateUtils.TimeSince .MergedUnix}}
{{end}}{{ctx.Locale.Tr "repo.activity.opened_prs_label"}} #{{.Index}} {{.Issue.Title | RenderEmoji $.Context | RenderCodeBlock}} {{DateUtils.TimeSince .Issue.CreatedUnix}}
{{end}}{{ctx.Locale.Tr "repo.activity.closed_issue_label"}} #{{.Index}} {{.Title | RenderEmoji $.Context | RenderCodeBlock}} {{DateUtils.TimeSince .ClosedUnix}}
{{end}}{{ctx.Locale.Tr "repo.activity.new_issue_label"}} #{{.Index}} {{.Title | RenderEmoji $.Context | RenderCodeBlock}} {{DateUtils.TimeSince .CreatedUnix}}
{{end}}{{ctx.Locale.Tr "repo.activity.unresolved_conv_label"}} #{{.Index}} {{if .IsPull}} {{.Title | RenderEmoji $.Context | RenderCodeBlock}} {{else}} {{.Title | RenderEmoji $.Context | RenderCodeBlock}} {{end}} {{DateUtils.TimeSince .UpdatedUnix}}
{{end}}