{{template config_path="design/email/header_template"}}

{{trans "Thank you for submitting your dealer location!"}}

{{trans "Dear %customer_name," customer_name=$customer.name|raw}}

{{trans "Your dealer location has been successfully submitted and is currently pending approval. We will review your submission and notify you once it has been processed."}}

{{trans "Location Details:"}}

{{trans "Location Name:"}} {{var location.getName()}}
{{trans "Address:"}} {{var location.getAddress()}}
{{trans "City:"}} {{var location.getCity()}}
{{depend location.getState()}} {{trans "State/Province:"}} {{var location.getState()}}
{{/depend}} {{trans "Postal Code:"}} {{var location.getPostalCode()}}
{{trans "Phone:"}} {{var location.getPhone()}}
{{trans "Email:"}} {{var location.getEmail()}}

{{trans "You can view and manage your dealer locations by logging into your account at any time."}}

{{trans "View My Locations"}}

{{trans "If you have any questions, please contact us at"}} {{config path='trans_email/ident_support/email'}}

{{template config_path="design/email/footer_template"}}