<%= if @needs_to_upgrade do %>

Payment required

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") %>

<% end %>

My sites

+ Add a website
<%= if @pagination.total_pages > 1 do %> <%= pagination @conn, @pagination, [current_class: "is-current"], fn p -> %> <% end %> <% end %> <%= if Enum.any?(@invitations) do %> <% end %>