{{range .RecentlyPushedNewBranches}}
{{$timeSince := TimeSince .CommitTime.AsTime ctx.Locale}} {{$branchLink := (print $.RepoLink "/src/branch/" (PathEscapeSegments .Name))}} {{ctx.Locale.Tr "repo.pulls.recently_pushed_new_branches" (Escape .Name) $timeSince $branchLink | Safe}}
{{ctx.Locale.Tr "repo.pulls.compare_changes"}}
{{end}}