{{.CommitCount}} {{.i18n.Tr "repo.commits.commits"}} {{if .Branch}}({{.Branch}}){{end}}
{{if .PageIsCommits}}
 
{{else if .IsDiffCompare}} {{ShortSha .BeforeCommitID}} ... {{ShortSha .AfterCommitID}} {{end}}

{{if .Commits}}
{{ $r:= List .Commits}} {{range $r}} {{end}}
{{.i18n.Tr "repo.commits.author"}} SHA1 {{.i18n.Tr "repo.commits.message"}} {{.i18n.Tr "repo.commits.date"}}
{{if .User}} {{if .User.FullName}}   {{.User.FullName}} {{else}}   {{.Author.Name}} {{end}} {{else}}   {{.Author.Name}} {{end}} {{ShortSha .ID.String}} {{if .Signature}}
{{if .Verification.Verified}} {{else}} {{end}}
{{end}}
{{RenderCommitMessage .Summary $.RepoLink $.Repository.ComposeMetas}} {{if IsMultilineCommitMessage .Message}} {{end}} {{template "repo/commit_status" .Status}} {{TimeSince .Author.When $.Lang}}
{{end}} {{with .Page}} {{if gt .TotalPages 1}}
{{end}} {{end}}