|
|
|
@ -39,13 +39,15 @@
|
|
|
|
|
Upgrade
|
|
|
|
|
</button>
|
|
|
|
|
<div *ngIf="price" class="mt-1">
|
|
|
|
|
{{ baseCurrency }}
|
|
|
|
|
<ng-container *ngIf="coupon"
|
|
|
|
|
>{{ price - coupon | number : '1.2-2' }}
|
|
|
|
|
<del>{{ price }}</del>
|
|
|
|
|
</ng-container>
|
|
|
|
|
<ng-container *ngIf="!coupon">{{ price }}</ng-container>
|
|
|
|
|
<span i18n> per year</span>
|
|
|
|
|
><del class="text-muted"
|
|
|
|
|
>{{ baseCurrency }} {{ price }}</del
|
|
|
|
|
> {{ baseCurrency }} {{ price - coupon
|
|
|
|
|
}}</ng-container
|
|
|
|
|
>
|
|
|
|
|
<ng-container *ngIf="!coupon"
|
|
|
|
|
>{{ baseCurrency }} {{ price }}</ng-container
|
|
|
|
|
> <span i18n>per year</span>
|
|
|
|
|
</div>
|
|
|
|
|
<a
|
|
|
|
|
*ngIf="!user?.subscription?.expiresAt"
|
|
|
|
|