Hello ${firstName?capitalize},
Thank you for your recent visit to our service department. We noticed that while you were here, we recommended that your ${vehicleYear} {vehicleMake?capitalize} ${vehicleModel} needed the below items which you chose to postpone at that time.
Although the items we recently recommended are needed, they were not urgent at that time. We estimate now is the proper time for you to visit to allow us to take care of the recommended items.
|
|
|
Recommended Services |
<#if declinedServiceList?has_content>
Recommended Services |
Service Date |
Price ("$") |
<#list declinedServiceList as declinedService>
${declinedService.serviceName} |
${declinedService.serviceDate} |
${declinedService.price} |
#list>
#if>
|
|