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

{{trans "Dear %name," name=$companyCredit.customerName}}

{{trans "Your credit limit has been updated and is now %available_credit. Your outstanding balance currently totals %outstanding_balance. You are %exceed_limit to exceed the credit limit." available_credit=$companyCredit.availableCredit outstanding_balance=$companyCredit.outStandingBalance exceed_limit=$companyCredit.exceedLimit }}

{{trans "The history of your credit operations is available on the Company Credit page."}}

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