{{if .HasParentPath}} {{end}} {{range $item := .Files}} {{$entry := index $item 0}} {{$commit := index $item 1}} {{if $entry.IsSubModule}} {{else}} {{end}} {{end}}
{{if .LastCommitUser}} {{.LastCommit.Author.Name}} {{else}} {{.LastCommit.Author.Name}} {{end}} {{ShortSha .LastCommit.ID.String}} {{RenderCommitMessage false .LastCommit.Summary .RepoLink $.Repository.ComposeMetas}} {{TimeSince .LastCommit.Author.When $.Lang}}
..
{{if $commit.RefUrl AppUrl}} {{$entry.Name}} @ {{ShortSha $commit.RefId}} {{else}} {{$entry.Name}} @ {{ShortSha $commit.RefId}} {{end}} {{$entry.Name}} {{ShortSha $commit.ID.String}} {{RenderCommitMessage false $commit.Summary $.RepoLink $.Repository.ComposeMetas}} {{TimeSince $commit.Committer.When $.Lang}}
{{if .ReadmeExist}} {{template "repo/view_file" .}} {{end}}