Ack that’s an oversight on my part - I’ve pushed up a new version that adds an $order_is_asap
field to the draggable fields on the right hand side.
If you need it before the extension is updated though (or if there’s more fields that you need in the future) you can use any variables in the Order model even if they’re not listed on the right, so in this case
@if ( $order_time_is_asap )
Order is Asap
@endif
should do the trick.