{{if and (.Permission.CanRead $.UnitTypeCode) (not .IsEmptyRepo)}}
{{.CommitsCount}} {{.i18n.Tr (TrN .i18n.Lang .CommitsCount "repo.commit" "repo.commits") }}
{{end}} {{if and (.Permission.CanRead $.UnitTypeCode) (not .IsEmptyRepo) }}
{{.BranchesCount}} {{.i18n.Tr (TrN .i18n.Lang .BranchesCount "repo.branch" "repo.branches") }}
{{end}}