{if $resource->participant_submit_to_group_order neq 'Y'}
{$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 {if $delivery_location_info->business_name neq ''}{$delivery_location_info->business_name}, {/if}{$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}
{else}
{$resource->first_name}, your order has been added to {$resource->group_order_admin_first_name}'s Group order.
{/if}