{{template config_path="design/email/header_template"}}
{{trans 'Dear %sales_representative_name,' sales_representative_name=$sales_representative_name}}
{{trans
'A new company %company_name was created by customer %user_name.'
company_name=$company.getName() user_name=$user_name
|raw}}
{{trans 'Click here link to approve or decline this company.' company_url=$company_url |raw}}
{{template config_path="design/email/footer_template"}}