+ |
+ |
+
+ {{ getBillingPeriod(tarrif.period) }}
+ |
+
+ {{
+ isBasePricesLoading
+ ? "Loading..."
+ : [totalBasePrice, "PLN"].join(" ")
+ }}
+ |
+
+
+
+ {{ [totalNewPrice?.toFixed(2), defaultCurrency].join(" ") }}
+ /
+ {{ [accountTotalNewPrice, accountCurrency].join(" ") }}
+
-
-
-
-
-
-
- Total instance price |
- |
-
- {{
- isBasePricesLoading
- ? "Loading..."
- : [totalBasePrice, "PLN"].join(" ")
- }}
- |
-
-
-
- {{ [accountTotalNewPrice, accountCurrency].join(" ") }}
-
-
- {{
- [totalNewPrice?.toFixed(2), defaultCurrency].join(" ")
- }}
-
-
- |
-
-
-
-
-
-
+ |
+
+