{$resource->first_name}, your order will be {if $resource->order_type eq 'R'} ready for pickup at {$resource->pickup_time}{if $resource->advance_order eq 'true'} on {$resource->pickup_day}{/if}. {elseif $resource->order_type eq 'D'} {assign var=delivery_location_info value=$resource->delivery_info}delivered to {$delivery_location_info->address1|escape} {if $delivery_location_info->address2 neq ''} {$delivery_location_info->address2|escape} {/if}{$delivery_location_info->city}, {$delivery_location_info->state} {$resource->requested_delivery_time}{/if}