{{- if .FileError}}
{{.FileError}}
{{end}}

{{if .ReadmeInList}} {{svg "octicon-book" 16 "gt-mr-3"}} {{.FileName}} {{else}} {{template "repo/file_info" .}} {{end}}
{{if .HasSourceRenderedToggle}} {{end}} {{if not .ReadmeInList}} {{svg "octicon-download"}} {{svg "octicon-copy" 14}} {{if .Repository.CanEnableEditor}} {{if .CanEditFile}} {{svg "octicon-pencil"}} {{else}} {{svg "octicon-pencil"}} {{end}} {{if .CanDeleteFile}} {{svg "octicon-trash"}} {{else}} {{svg "octicon-trash"}} {{end}} {{end}} {{else if .EscapeStatus.Escaped}} {{.locale.Tr "repo.unescape_control_characters"}} {{.locale.Tr "repo.escape_control_characters"}} {{end}}

{{if not (or .IsMarkup .IsRenderedHTML)}} {{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}} {{end}}
{{if .IsMarkup}} {{if .FileContent}}{{.FileContent | Safe}}{{end}} {{else if .IsPlainText}}
{{if .FileContent}}{{.FileContent | Safe}}{{end}}
{{else if not .IsTextSource}}
{{if .IsImageFile}} {{else if .IsVideoFile}} {{else if .IsAudioFile}} {{else if .IsPDFFile}} {{else}} {{.locale.Tr "repo.file_view_raw"}} {{end}}
{{else if .FileSize}} {{if .IsFileTooLarge}}
{{.locale.Tr "repo.file_too_large"}}
{{else}} {{range $idx, $code := .FileContent}} {{$line := Add $idx 1}} {{if $.EscapeStatus.Escaped}} {{end}} {{end}}
{{if (index $.LineEscapeStatus $idx).Escaped}}{{end}}{{$code | Safe}}
{{end}} {{end}}