<%= if @needs_to_upgrade == {:needs_to_upgrade, :no_active_subscription} 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 Website
<%= if @pagination.total_pages > 1 do %> <%= pagination @conn, @pagination, [current_class: "is-current"], fn p -> %> <% end %> <% end %> <%= if Enum.any?(@invitations) do %> <% end %>