Depending on which plan you choose, your card might be charged immediately and your
next payment date could change. You can preview these changes before committing.
Monthly pageviews
Price per month
<%= for plan <- Plausible.Billing.Plans.plans_for(@conn.assigns[:current_user]) do %>
<%= render("_plan_option.html", volume: PlausibleWeb.StatsView.large_number_format(plan[:limit]), monthly_price: plan[:monthly_cost], yearly_price: plan[:yearly_cost]) %>
<% end %>