{{ define "repo/pulls/fragments/pullCompareForks" }}
{{ i "loader-circle" "size-4 animate-spin hidden peer-[.htmx-request]:inline text-gray-500 dark:text-gray-400" }}
{{ if and .Fork .ForkBranches }} {{ template "repo/pulls/fragments/pullCompareForksBranches" (dict "SourceBranches" .ForkBranches "SourceBranch" .SourceBranch "RepoInfo" .RepoInfo) }} {{ else }}
Select a fork first to view available branches
{{ end }}
{{ end }}