{{!-- {{#if repo.private }}
{{/if}} --}}

{{status-icon status=repo.default_branch.last_build.state}} {{#link-to "repo" ownerName repoName }} {{repoName}} {{/link-to}}

{{#if repo.default_branch.last_build}}
{{#link-to "build" ownerName repoName repo.default_branch.last_build.id}} x {{repo.default_branch.last_build.number}} {{/link-to}}
{{request-icon build=repo.default_branch.last_build}} {{repo.default_branch.name}}
{{format-sha repo.default_branch.last_build.commit.sha}}
{{repo.default_branch.last_build.state}} {{format-time repo.default_branch.last_build.finished_at}}
{{else}}

there is no build

{{/if}}