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