Reminder Mail Of Booking
Dear ${object.cont_address_id.addressed_email or object.cont_address_id.addressed_email or object.restaurant_id.addressed_email or object.cont_address_id.cont_name or object.cont_address_id.name or object.restaurant_id.cont_name},
Please find below a final reminder of the group we have booked with you shortly. Kindly note the group name as this will be the name given by the client on arrival.
DETAILS
Restaurant: ${object.restaurant_id.name or object.restaurant_id.parent_id.name or ''}
Date: ${object.lead_id.conv_dob}
Time: ${object.lead_id.conv_tob}
Group Name: ${object.lead_id.cust_ref or object.group_name or ''}
% for menu in object.menu_dt_ids:
MENU DETAILS
% if menu.menu_id:
Menu Name: ${menu.menu_id.name or ''}
% endif
Quantity: ${menu.no_of_covers or ''}
% if menu.foc != 0:
plus ${menu.foc or ''} FOC
%endif
Menu Description: |
${menu.menu_desc.replace("\n", " ")} |