{{template "repo/header" .}}
	{{template "repo/settings/navbar" .}}
	
		{{template "base/alert" .}}
		
			
			
				
					{{range .Results}}
						
							| {{svg "octicon-file"}}
								{{.Name}} | {{.Summary | RenderEmoji}} | {{svg "octicon-git-branch"}}{{.BranchName}} | {{if .ParentHashes}}
									{{$.i18n.Tr "repo.diff.parent"}}
									{{range .ParentHashes}}
										{{ShortSha .String}}
									{{end}}
								{{end}}
								
								{{$.i18n.Tr "repo.diff.commit"}}
								{{ShortSha .SHA}} | {{TimeSince .When $.Lang}} | 
					{{else}}
						
							| {{.i18n.Tr "repo.settings.lfs_lfs_file_no_commits"}} | 
					{{end}}