<%= if @subscription_resumable,
do: "Change subscription plan",
else: "Upgrade to Enterprise" %>
<%= if @subscription_resumable,
do:
"We've prepared your account for an upgrade to custom limits outside the listed plans:",
else:
"We've prepared a custom enterprise plan for your account with the following limits:" %>
The plan is priced at
<%= case @price do
%Money{} = money -> PlausibleWeb.Components.Billing.format_price(money)
nil -> "N/A"
end %>
per <%= if @latest_enterprise_plan.billing_interval == :yearly,
do: "year",
else: "month" %> + VAT if applicable. <%= if @subscription_resumable,
do:
"On the next page, our payment provider will calculate the prorated amount that your card will be charged if you decide to upgrade now.",
else: "Click the button below to upgrade." %>