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