{{ "loading" | i18n }}

{{ "billingManagedByProvider" | i18n: this.userOrg.providerName }}

{{ "billingContactProviderForAssistance" | i18n }}

{{ "subscriptionCanceled" | i18n }}

{{ "subscriptionPendingCanceled" | i18n }}

{{ "billingPlan" | i18n }}
{{ sub.plan.name }}
{{ "status" | i18n }}
{{ isSponsoredSubscription ? "sponsored" : subscription.status || "-" }} {{ "pendingCancellation" | i18n }}
{{ "nextCharge" | i18n }}
{{ nextInvoice ? (nextInvoice.date | date: "mediumDate") + ", " + (nextInvoice.amount | currency: "$") : "-" }}
{{ "details" | i18n }}
{{ i.name }} {{ i.quantity > 1 ? "×" + i.quantity : "" }} @ {{ i.amount | currency: "$" }} {{ i.quantity * i.amount | currency: "$" }} /{{ i.interval | i18n }}
{{ "provider" | i18n }}
{{ "yourProviderIs" | i18n: userOrg.providerName }}

{{ "manageSubscription" | i18n }}

{{ subscriptionDesc }}

{{ "storage" | i18n }}

{{ "subscriptionStorage" | i18n: sub.maxStorageGb || 0:sub.storageName || "0 MB" }}

{{ storagePercentage / 100 | percent }}

{{ "selfHostingTitle" | i18n }}

{{ "selfHostingEnterpriseOrganizationSectionCopy" | i18n }}

{{ "additionalOptions" | i18n }}

{{ "additionalOptionsDesc" | i18n }}

{{ "billingPlan" | i18n }}
{{ sub.plan.name }}
{{ "expiration" | i18n }}
{{ sub.expiration | date: "mediumDate" }} {{ "licenseIsExpired" | i18n }}
{{ "neverExpires" | i18n }}
{{ "manageSubscription" | i18n }}

{{ "updateLicense" | i18n }}

{{ "billingSync" | i18n }}

{{ "billingSyncDesc" | i18n }}

{{ "lastSync" | i18n }}: {{ userOrg.familySponsorshipLastSyncDate | date: "medium" }} {{ "never" | i18n | lowercase }}