- 
			{{range $idx, $release := .Releases}}
				
- 
					
					{{if .IsTag}}{{.Title}} {{if .IsDraft}} {{ctx.Locale.Tr "repo.release.draft"}} {{else if .IsPrerelease}} {{ctx.Locale.Tr "repo.release.prerelease"}} {{else if not .IsTag}} {{ctx.Locale.Tr "repo.release.stable"}} {{end}}{{if and $.CanCreateRelease (not .IsTag)}} {{svg "octicon-pencil"}} {{end}}{{if gt .Publisher.ID 0}} {{ctx.Locale.Tr "repo.tagged_this"}} {{if .CreatedUnix}} {{TimeSinceUnix .CreatedUnix ctx.Locale}} {{end}} | {{end}} {{ctx.Locale.Tr "repo.release.ahead.commits" .NumCommitsBehind | Str2html}} {{ctx.Locale.Tr "repo.tag.ahead.target" .TargetBehind}} {{else}}{{ctx.Locale.Tr "repo.released_this"}} {{if .CreatedUnix}} {{TimeSinceUnix .CreatedUnix ctx.Locale}} {{end}} {{if not .IsDraft}} | {{ctx.Locale.Tr "repo.release.ahead.commits" .NumCommitsBehind | Str2html}} {{ctx.Locale.Tr "repo.release.ahead.target" .TargetBehind}} {{end}} {{end}}{{Str2html .Note}}{{ctx.Locale.Tr "repo.release.downloads"}}- 
									{{if and (not $.DisableDownloadSourceArchives) (not .IsDraft) ($.Permission.CanRead $.UnitTypeCode)}}
										
- {{svg "octicon-file-zip" 16 "gt-mr-2"}}{{ctx.Locale.Tr "repo.release.source_code"}} (ZIP)
- {{svg "octicon-file-zip" 16 "gt-mr-2"}}{{ctx.Locale.Tr "repo.release.source_code"}} (TAR.GZ) {{end}} {{if .Attachments}} {{range .Attachments}}
- 
												
													{{svg "octicon-package" 16 "gt-mr-2"}}{{.Name}}
												
												{{.Size | FileSize}} {{svg "octicon-info"}}
										{{end}}
									{{end}}
								
 {{end}}
		{{template "base/alert" .}}
		{{template "repo/release_tag_header" .}}