mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +03:00
9 lines
337 B
Elixir
9 lines
337 B
Elixir
|
Automated notice about an account that has gone over their enteprise plan limit.
|
||
|
|
||
|
Customer email: <% @user.email %>
|
||
|
Last billing cycle: <%= date_format(@last_cycle.first) %> to <%= date_format(@last_cycle.last) %>
|
||
|
Usage: <%= PlausibleWeb.StatsView.large_number_format(@usage) %> billable pageviews
|
||
|
|
||
|
--<br />
|
||
|
<%= plausible_url() %><br />
|