{{#if job.isLoaded}}

{{job.commit.branch}} {{format-message job.commit.subject repoBinding=job.repo}}

{{format-message job.commit.body repoBinding=job.repo pre=true}}
{{#if job.commit.authorName}} {{job.commit.authorName}} authored{{#if job.commit.authorIsCommitter}} and committed{{/if}} {{/if}} {{#unless job.commit.authorIsCommitter}} {{#if job.commit.committerName}} {{job.commit.committerName}} committed {{/if}} {{/unless}}
{{repo-actions job=job repo=job.repo user=auth.currentUser}}
{{view 'annotations' annotations=view.annotations}} {{view 'log' job=job}} {{else}}
{{loading-indicator}}
{{/if}}