{{template config_path="design/email/header_template"}}
{{trans "Trial Period Ending Soon"}}
{{trans 'Trial Period Ending Soon'}}

{{trans 'Dear %customer_name,' customer_name=$customer.getFirstName()}} {{trans 'Your trial is ending soon. Cancel your subscription if you don't need the product and don't want to be charged for it. If you want to keep your subscription active, ignore this email and do nothing. Your subscription details are listed below.'}}

{{if product.product_id}}
{{var product.product_name}}
{{/if}} {{if recurring_data.is_initial_fee}} {{/if}} {{if recurring_data.discount_cycle}} {{/if}} {{if recurring_data.trial_status}} {{/if}} {{if product.product_id}}
{{var product.product_name}}
{{trans 'Delivery & Billing Cycle'}} {{var recurring_data.interval}}
{{trans 'Initial Fee'}} {{var recurring_data.initial_fee}}
{{trans 'Regular Payment'}} {{var recurring_data.payment_with_discount}}
{{trans 'Discounted Cycles'}} {{var recurring_data.discount_cycle}} {{trans '(After the first %discount_cycle cycle(s) you will be paying %regular_payment per delivery)' discount_cycle=$recurring_data.discount_cycle regular_payment=$recurring_data.regular_payment}}
{{trans 'Free Trials'}}
{{trans 'Number of Trial Days'}} {{var recurring_data.trial_days}}
{{trans 'Subscription Start'}} {{var recurring_data.start_date}}
{{/if}}
{{trans "Kindest Regards"}}, {{var store.getFrontendName()}} {{trans "Team"}}
{{template config_path="design/email/footer_template"}}