{{ define "title" }}Forks · {{ .RepoInfo.FullName }} · Tangled{{ end }} {{ define "repoContent" }}

Forked by

{{ range .Forks }}
{{ template "forkOwnerAndName" . }}
{{ 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" }} {{ $repoOwner := resolve .Did }}
{{ template "user/fragments/picLink" (list .Did "size-10") }}

Forked {{ .Created | relTimeFmt }}

{{ end }}