{{if .HasParentPath}} {{end}} {{range $item := .Files}} {{$entry := index $item 0}} {{$commit := index $item 1}} {{if $entry.IsSubModule}} {{else}} {{end}} {{end}}
{{if .LastCommitUser}}{{end}}{{.LastCommit.Author.Name}}:{{if .LastCommitUser}}{{end}} {{ShortSha .LastCommit.Id.String}} {{.LastCommit.Summary}} {{TimeSince .LastCommit.Author.When .i18n.Lang}}
..
{{$entry.Name}} @ {{ShortSha $commit.RefId}} {{$entry.Name}} {{$commit.Summary}} {{TimeSince $commit.Committer.When $.i18n.Lang}}
{{if .ReadmeExist}} {{template "repo/view_file" .}} {{end}}