analytics/lib/plausible_web/templates/email/enterprise_over_limit.html.eex

10 lines
450 B
Elixir
Raw Normal View History

Automated notice about an enterprise account that has gone over their limits. <br /><br />
2021-10-20 17:49:11 +03:00
Customer email: <%= @user.email %><br />
Last billing cycle: <%= date_format(@last_cycle.first) %> to <%= date_format(@last_cycle.last) %><br >
Pageview Usage: <%= PlausibleWeb.StatsView.large_number_format(@usage) %> billable pageviews<br />
Site usage: <%= @site_usage %> / <%= @site_allowance %> allowed sites<br />
2021-10-20 17:49:11 +03:00
--<br />
<%= plausible_url() %><br />