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