{{ define "title" }}forks ยท {{ .RepoInfo.FullName }}{{ end }} {{ define "repoContent" }}

Forked by

{{ range .Forks }}
{{ template "forkOwnerAndName" . }}

forked {{ .Created | relTimeFmt }}

{{ end }} {{ if eq .TotalCount 0 }}

No forks yet.

{{ end }}
{{ if gt .TotalCount .Page.Limit }} {{ template "fragments/pagination" (dict "Page" .Page "TotalCount" .TotalCount "BasePath" (printf "/%s/forks" .RepoInfo.FullName) "QueryParams" (queryParams) ) }} {{ end }}
{{ end }} {{ define "forkOwnerAndName" }}
{{ template "user/fragments/picHandleLink" .Did }} / {{ $repoOwner := resolve .Did }} {{ .Name }}
{{ end }}