+
+
+
+ @Model.Plan.Name
- @if (Model.Payment.Cancelled)
- {
- @localizer["Canceled"]
- }
- else
- {
- @localizer["Active"]
- }
-
@if (Model.Payment.Cancelled)
{
- @localizer["PlanExpires"]: @Model.Expires
+ @localizer["Canceled"]
}
else
{
- @localizer["PlanRenews"]: @Model.Expires
+ @localizer["Active"]
}
-
+
+ @if (Model.Payment.Cancelled)
+ {
+
@localizer["PlanExpires"]: @Model.Expires
+ }
+ else
+ {
+
@localizer["PlanRenews"]: @Model.Expires
+ }
-
-
-
- @if (Model.Plan.Frequency == (int)PlanFrequency.Yearly)
- {
-
- @currencySymbol@Model.Plan.Cost.ToString("N2")/@localizer["Year"]
-
- }
- else
- {
-
- @currencySymbol@Model.Plan.Cost.ToString("N2")/@localizer["month"]
-
- }
-
+
+
+
+
+ @if (Model.Plan.Frequency == (int)PlanFrequency.Yearly)
+ {
+
+ @currencySymbol@Model.Plan.Cost.ToString("N2")/@localizer["Year"]
+
+ }
+ else
+ {
+
+ @currencySymbol@Model.Plan.Cost.ToString("N2")/@localizer["month"]
+
+ }
+
+
+
+
+
+
+ @Model.PersonnelCount/@Model.PersonnelLimit
+ @localizer["Entities"]
+
+
+
+
+ @if (ViewBag.SubscriptionErrorMessage != null)
+ {
-
- @Model.PersonnelCount/@Model.PersonnelLimit
- @localizer["Entities"]
-
-
-
+
+
@localizer["Warning"]
+ @ViewBag.SubscriptionErrorMessage
-
- @if (ViewBag.SubscriptionErrorMessage != null)
- {
-
-
-
-
@localizer["Warning"]
- @ViewBag.SubscriptionErrorMessage
+ }
+
+
+
+
+
+
+
+
+
+ - Entities
+
+ @if (Model.Plan != null && Model.Plan.PlanId < 36 && Model.Plan.PlanId != 1)
+ {
+ - Legacy Plan
+ }
+
-
- }
-
+
+
+
+ @if (Model.Plan == null || Model.Plan.PlanId == 1)
+ {
+
Select the number of Entities (Users + Units) you require using the slider or text box below.
+ @if (!isEU) { Your first 10 entities are included at no charge — each } else { Each }
+ additional pack of 10 entities is billed at the rate shown. Select "Buy Yearly" or "Buy Monthly" to proceed to checkout.
-
-
-
-
-
-
- - Entities
-
- @if (Model.Plan != null && Model.Plan.PlanId < 36 && Model.Plan.PlanId != 1)
+ @if (isEU)
{
- - Legacy Plan
+
+ European Region — Pricing includes GDPR-compliant data hosting. All prices shown in EUR (@currencySymbol) with a regional adjustment. No free tier is available.
+
}
-
-
-
-
-
-
-
- @if (Model.Plan == null || Model.Plan.PlanId == 1)
- {
-
Select the number of Entities (Users + Units) you require using the slider or text box below.
- @if (!isEU) { Your first 10 entities are included at no charge — each } else { Each }
- additional pack of 10 entities is billed at the rate shown. Select "Buy Yearly" or "Buy Monthly" to proceed to checkout.
- @if (isEU)
- {
-
- European Region — Pricing includes GDPR-compliant data hosting. All prices shown in EUR (@currencySymbol) with a regional adjustment. No free tier is available.
-
- }
+