{{#if job.isLoaded}}
{{#link-to "job" repo job}}#{{job.number}} {{humanize-state job.state}}{{/link-to}}
{{#if job.isFinished}}ran{{else}}running{{/if}} for {{format-duration job.duration}}
{{format-time job.finishedAt}}
{{#if job.tagName}}
{{job.tagName}}
{{/if}}
{{#if job.build.pullRequest}} {{else}} {{#if job.build.commit.compareUrl}} {{/if}} {{/if}}
{{job.commit.branch}}
- {{format-message job.commit.subject repoBinding=job.repo}}
{{format-message job.commit.body repoBinding=job.repo pre=true}}
{{view 'annotations' annotations=view.annotations}} {{view 'log' job=job}}
{{else}}
Loading
{{/if}}