{{#if @allocation.nextAllocation}}
{{/if}}
{{#if @allocation.hasStoppedRescheduling}}
-
{{x-icon "alert-triangle" class="is-warning is-text"}} Nomad has stopped attempting to reschedule this allocation.
{{/if}}
{{#if (and @allocation.followUpEvaluation.waitUntil (not @allocation.nextAllocation))}}
-
{{x-icon "clock" class="is-info is-text"}} Nomad will attempt to reschedule
{{moment-from-now @allocation.followUpEvaluation.waitUntil interval=1000}}
{{/if}}
{{#each (reverse @allocation.rescheduleEvents) as |event|}}
{{/each}}