{{ $t "greetings" name=name }},
{{#or package addon }}
{{& $t "current-subscriptions-msg" }}
{{& $t "current-subscriptions-msg2" }}
{{#each package}}
{{> hr }}
| |
|
| {{ $t "package" }} |
{{ $t name }} |
| {{ $t "start-date" }} |
{{ startDate }} |
{{#eq status "trialing"}}
| {{ $t "trials-end" }} |
{{ trialEnd }} |
{{else}}
| {{ $t "billing-cycle" }} |
{{ $t billCycle }} |
{{/eq}}
{{/each}}
{{#each addon}}
{{> hr }}
| |
|
| {{ $t "addon" }} |
{{ $t name }} |
| {{ $t "addon_qty" }} |
{{ quantity }} |
| {{ $t "start-date" }} |
{{ startDate }} |
{{#eq status "trialing"}}
| {{ $t "trials-end" }} |
{{ trialEnd }} |
{{else}}
| {{ $t "billing-cycle" }} |
{{ $t billCycle }} |
{{/eq}}
{{/each}}
{{else}}
{{& $t "no-current-subscriptions" }}
{{/or}}
{{> hr }}
{{& $t "contact-notes" }}
|