{{repos-list-tabs tab=tab startedJobsCount=startedJobsCount allJobsCount=allJobsCount showMyRepositories=(action "showMyRepositories") showRunningJobs=(action "showRunningJobs")}}
{{#if showRunningJobs}}
{{running-jobs jobs=runningJobs}}
{{queued-jobs jobs=queuedJobs}}
{{else}}
{{#if isLoaded}}
{{repos-list repos=repos selectedRepo=selectedRepo}}
{{else}}
{{loading-indicator center=true}}
{{/if}}
{{/if}}