{{if $order.getCustomerName()}}
{{trans "Hello %customer_name." customer_name=$order.getCustomerName()}}
{{else}}
{{trans "Hello %customer_name." customer_name=$order.getBillingAddress().getName()}}
{{/if}}
,{{trans "Thank you for your order from %store_name" store_name=$store.getFrontendName()}}
{{trans 'Thank you for your order from %store_name' store_name=$store.getFrontendName()}}.
{{if order.getCustomerId()}}
{{trans 'You can check the status of your order by'}} {{trans 'logging into your account'}}.
{{else}}
{{trans 'Your order summary is below'}}.
{{/if}}
{{trans 'If you have any questions about your order please'}} {{trans 'contact us'}} {{trans 'Monday to Friday from 9AM to 6PM CEST.'}}
{{trans 'Your order confirmation is below. Thank you again for your business.'}}
{{trans 'Your Order #%increment_id' increment_id=$order.getIncrementId()}}
({{trans 'placed on %placed_date' placed_date=$order.getCreatedAt()}})