{{view 'repos-list-tabs'}}
{{#if isLoaded}} {{#collection 'repos-list' content=this}} {{#with view.repo as repo}}
{{#if repo.slug}} {{#link-to "repo" repo class="slug"}}{{repo.slug}}{{/link-to}} {{/if}}
{{#with repo.lastBuildHash as lastBuild}} {{#if repo.slug}} {{#link-to "build" repo lastBuild.id class="last_build"}}{{lastBuild.number}}{{/link-to}} {{/if}} {{/with}} {{#if repo.lastBuildHash.number }}

Duration: {{formatDuration repo.lastBuildDuration}}

Finished: {{formatTime repo.lastBuildFinishedAt}}

{{/if}}
{{/with}} {{else}}

{{noReposMessage}}

{{/collection}} {{else}}
Loading
{{/if}}