To access the sites you own, you need to subscribe to a monthly or yearly payment plan. <%= link("Upgrade now →", to: "/settings", class: "text-sm font-medium text-yellow-800") %>
You don't have any sites yet
<% end %> <%= for invitation <- @invitations do %>You've been invited to the analytics dashboard as Admin.
If you accept the ownership transfer, you will be responsible for billing going forward.
<%= if is_nil(@current_user.trial_expiry_date) && is_nil(@current_user.subscription) do %>
You will have to enter your card details immediately with no 30-day trial.
<% end %>
<%= if Plausible.Billing.on_trial?(@current_user) do %>
NB: Your 30-day free trial will end immediately and you will have to enter your card details to keep using Plausible.
<% end %>