{{.locale.Tr "repo.wiki.pages"}}
			
			
				{{if and .CanWriteWiki (not .IsRepositoryMirror)}}
					{{.locale.Tr "repo.wiki.new_page_button"}}
				{{end}}
			
		
		| {{svg "octicon-file"}} {{.Name}}{{$timeSince := TimeSinceUnix .UpdatedUnix $.locale}} | {{$.locale.Tr "repo.wiki.last_updated" $timeSince | Safe}} |