{{> header-style}}
{{> header-w-title title="your-current-subscriptions"}}
 

{{ $t "greetings" name=name }},

{{#or package addon }}

{{& $t "current-subscriptions-msg" }}

{{& $t "current-subscriptions-msg2" }}

 
{{#each package}} {{> hr }} {{#eq status "trialing"}} {{else}} {{/eq}}
                   
{{ $t "package" }} {{ $t name }}
{{ $t "start-date" }} {{ startDate }}
{{ $t "trials-end" }} {{ trialEnd }}
{{ $t "billing-cycle" }} {{ $t billCycle }}
 
{{/each}} {{#each addon}} {{> hr }} {{#eq status "trialing"}} {{else}} {{/eq}}
                  
{{ $t "addon" }} {{ $t name }}
{{ $t "addon_qty" }} {{ quantity }}
{{ $t "start-date" }} {{ startDate }}
{{ $t "trials-end" }} {{ trialEnd }}
{{ $t "billing-cycle" }} {{ $t billCycle }}
 
{{/each}} {{else}}

{{& $t "no-current-subscriptions" }}

{{/or}} {{> hr }}

{{& $t "contact-notes" }}

{{> footer }}