diff --git a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html
index 55200dfe03..ae503eb0cd 100644
--- a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html
+++ b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html
@@ -40,64 +40,63 @@
-
-
- - {{ "billingPlan" | i18n }}
- - {{ sub.plan.name }}
-
- - {{ "status" | i18n }}
- -
- {{
- isSponsoredSubscription ? "sponsored" : subscription.status || "-"
- }}
- {{
- "pendingCancellation" | i18n
- }}
-
- -
- {{ "subscriptionExpiration" | i18n }}
-
- -
- {{ nextInvoice ? (nextInvoice.date | date : "mediumDate") : "-" }}
-
-
-
-
-
- {{
- "details" | i18n
- }}
-
-
-
-
-
- {{ productName(i.bitwardenProduct) }} -
- {{ i.name }} {{ i.quantity > 1 ? "×" + i.quantity : "" }} @
- {{ i.amount | currency : "$" }}
- |
-
- {{ i.quantity * i.amount | currency : "$" }} /{{ i.interval | i18n }}
- |
-
-
-
-
- {{ "passwordManager" | i18n }} - {{ "freeOrganization" | i18n }} |
- {{ "free" | i18n }} |
-
-
- {{ "secretsManager" | i18n }} - {{ "freeOrganization" | i18n }} |
- {{ "free" | i18n }} |
-
-
-
-
-
+
+ - {{ "billingPlan" | i18n }}
+ - {{ sub.plan.name }}
+
+ - {{ "status" | i18n }}
+ -
+ {{
+ isSponsoredSubscription ? "sponsored" : subscription.status || "-"
+ }}
+ {{
+ "pendingCancellation" | i18n
+ }}
+
+ -
+ {{ "subscriptionExpiration" | i18n }}
+
+ -
+ {{ nextInvoice ? (nextInvoice.date | date : "mediumDate") : "-" }}
+
-
+
+
+
+ {{
+ "details" | i18n
+ }}
+
+
+
+
+
+ {{ productName(i.bitwardenProduct) }} -
+ {{ i.name }} {{ i.quantity > 1 ? "×" + i.quantity : "" }} @
+ {{ i.amount | currency : "$" }}
+ |
+
+ {{ i.quantity * i.amount | currency : "$" }} /{{ i.interval | i18n }}
+ |
+
+
+
+
+ {{ "passwordManager" | i18n }} - {{ "freeOrganization" | i18n }} |
+ {{ "free" | i18n }} |
+
+
+ {{ "secretsManager" | i18n }} - {{ "freeOrganization" | i18n }} |
+ {{ "free" | i18n }} |
+
+
+
+
+
+
+