|
|
|
@ -178,16 +178,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
<p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p>
|
|
|
|
|
<p class="h5 text-right" [hidden]="!price">
|
|
|
|
|
<span class="font-weight-normal"
|
|
|
|
|
>{{ baseCurrency }}
|
|
|
|
|
<span class="font-weight-normal">
|
|
|
|
|
<ng-container *ngIf="coupon"
|
|
|
|
|
><strong>{{ price - coupon | number : '1.2-2' }} </strong>
|
|
|
|
|
<del>{{ price }}</del>
|
|
|
|
|
><del class="text-muted"
|
|
|
|
|
>{{ baseCurrency }} {{ price }}</del
|
|
|
|
|
> {{ baseCurrency }} <strong
|
|
|
|
|
>{{ price - coupon }}</strong
|
|
|
|
|
>
|
|
|
|
|
</ng-container>
|
|
|
|
|
<ng-container *ngIf="!coupon"
|
|
|
|
|
><strong>{{ price }}</strong></ng-container
|
|
|
|
|
>
|
|
|
|
|
<span i18n> per year</span></span
|
|
|
|
|
>{{ baseCurrency }} <strong
|
|
|
|
|
>{{ price }}</strong
|
|
|
|
|
></ng-container
|
|
|
|
|
> <span i18n>per year</span></span
|
|
|
|
|
>
|
|
|
|
|
</p>
|
|
|
|
|
</mat-card>
|
|
|
|
|