{{if and (not .HideRepoInfo) (not .IsBlame)}}
{{if and (.Permission.CanRead $.UnitTypeCode) (not .IsEmptyRepo)}} {{svg "octicon-history"}} {{ctx.Locale.TrPluralString .CommitsCount "counters.n_commits" (printf "%s" (ctx.Locale.PrettyNumber .CommitsCount) | TrustHTML)}} {{svg "octicon-git-branch"}} {{ctx.Locale.TrPluralString .BranchesCount "counters.n_branches" (printf "%s" (ctx.Locale.PrettyNumber .BranchesCount) | TrustHTML)}} {{if $.Permission.CanRead $.UnitTypeCode}} {{svg "octicon-tag"}} {{ctx.Locale.TrPluralString .NumTags "counters.n_tags" (printf "%s" (ctx.Locale.PrettyNumber .NumTags) | TrustHTML)}} {{end}} {{$fileSizeFields := ctx.Locale.TrSize .Repository.Size}} {{svg "octicon-database"}} {{$fileSizeFields.PrettyNumber}} {{$fileSizeFields.TranslatedUnit}} {{end}}
{{if and (.Permission.CanRead $.UnitTypeCode) (not .IsEmptyRepo) .LanguageStats}}
{{range .LanguageStats}}
{{end}}
{{end}}
{{end}}