{{#if this.job.latestDeployment}}
{{if this.job.latestDeployment.isRunning "Active" "Latest"}} Deployment {{this.job.latestDeployment.shortId}} {{#if this.job.latestDeployment.version.submitTime}} {{moment-from-now this.job.latestDeployment.version.submitTime}} {{/if}}
{{this.job.latestDeployment.status}}
{{#if this.job.latestDeployment.isRunning}} {{/if}} {{#if this.job.latestDeployment.requiresPromotion}} {{/if}}
{{#if this.isShowingDeploymentDetails}} {{/if}}
{{if this.isShowingDeploymentDetails "Hide" "Show"}} deployment task groups and allocations
{{/if}}