mirror of
https://github.com/plausible/analytics.git
synced 2024-12-29 20:42:01 +03:00
19 lines
890 B
Elixir
19 lines
890 B
Elixir
Hey <%= user_salutation(@user) %>,
|
|
<br /><br />
|
|
Thanks for exploring Plausible, a simple and privacy-friendly alternative to Google Analytics. Your free 30-day trial is ending <%= @day %>, but you can keep using Plausible by upgrading to a paid plan.
|
|
<br /><br />
|
|
In the last month, your account has used <%= PlausibleWeb.AuthView.delimit_integer(@pageviews) %> pageviews.
|
|
<%= if @pageviews < 900_000 do %>
|
|
Based on that we recommend you select the <%= suggested_plan_name(@pageviews) %> plan which runs at <%= suggested_plan_cost(@pageviews) %>.
|
|
You can also go with yearly billing to get 33% off on your plan.
|
|
<% end %>
|
|
<br /><br />
|
|
<%= link("Upgrade now", to: "#{plausible_url()}/billing/upgrade") %>
|
|
<br /><br />
|
|
Have a question, feedback or need some guidance? Just reply to this email to get in touch!
|
|
<br /><br />
|
|
<br /><br />
|
|
Thanks,<br />
|
|
Uku Taht<br />
|
|
<%= plausible_url() %>
|