{{template "base/alert" .}}
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}
{{end}}
{{if .Repository.IsArchived}}
{{end}}
{{if .IsViewFile}}
{{template "repo/view_file" .}}
{{else if .IsBlame}}
{{template "repo/blame" .}}
{{else}}
{{if eq $n 0}}
{{template "repo/course_view_list" .}}
{{else}}
{{template "repo/view_list" .}}
{{end}}
{{end}}