{{if .IsViewBranch}}{{.i18n.Tr "repo.branch"}}{{else}}{{.i18n.Tr "repo.tree"}}{{end}}: {{if .IsViewBranch}}{{.BranchName}}{{else}}{{ShortSha .BranchName}}{{end}}
{{range .Branches}}
{{.}}
{{end}} {{range .Tags}}
{{.}}
{{end}}
{{.i18n.Tr "repo.branches"}} {{.i18n.Tr "repo.tags"}}
${ item.name }
{{.i18n.Tr "repo.branch.create_branch" `${ searchTerm }` | Safe}}
{{if .IsViewBranch}} {{.i18n.Tr "repo.branch.create_from" .BranchName | Safe}} {{else}} {{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName) | Safe}} {{end}}
{{.CsrfTokenHtml}}
${ noResults }